.character { width: 80%; min-height: 10em; padding: 1em; display: flex; flex-direction: column; align-items: left; background: #043582; border: 1px solid #34d2eb; border-radius: 5px; margin: 1em; }

.character img { width: 60px; height: 60px; border-radius: 50%; padding-right: 10px; }

.character .name { display: flex; align-items: center; padding-bottom: 1em; }

.character .details { display: flex; flex-direction: column; align-items: left; }

.suggestion-table { width: 85%; margin: 1em; align-self: center; border-collapse: collapse; }

.suggestion-table th, .suggestion-table td { padding: 1em; }

.suggestion-table .s-img { width: 500px; height: auto; }

.suggestion-table .s-ts, .suggestion-table .s-auth { font-size: 15px; }

.suggestion-table .s-id { font-size: 8px; }

.suggestion-table .s-votes { display: flex; flex-direction: column; align-items: center; }

.suggestion-table .s-uv { color: #00ff00; }

.suggestion-table .s-dv { color: #ff0000; }

.suggestion-table tr:nth-child(even) { background-color: #314d6d; }

table, th, td { border: 1px solid black; border-collapse: collapse; }

/* .suggestion { width:80%; min-height:6em; padding:5px; display: flex; flex-direction:column; align-items: left; background:#043582; border: 1px solid #104592; border-radius:5px; margin:1em; .details { display: flex; flex-direction: column; align-items: left; } .bottom { display: flex; flex-direction: column; bottom:0px; font-color: #4490ee; } }*/

/*# sourceMappingURL=movie.css.map */


/* News homepage CSS */
.stories { display : flex; flex-direction: column; align-items:left;} 
.story { margin : 1em;}
.story .title { font-size: 25px; font-weight : bold; text-decoration : underline; margin-bottom : 0.2em;}
.story .strapline { color : #ddd }
.story .author { color: #bbb; font-size : 15px}

/*Article CSS*/
.article { max-width : 800px; margin-left : 1em;}
.article p { line-height : 2; padding : 1.2em;}
.article h3 { line-height : 2; padding : 1.2em;}
.article blockquote {border-left:3px solid #ccc;}
