header {
	margin-bottom: 3rem;
}

p {
	line-height: 1.6;
}

a.see-all {
	font-size: 0.8em;
	text-transform: uppercase;
}

h1 {
	font-size: 2.5rem;
}

h2 {
	font-size: 1rem;
	text-transform: uppercase;
}

h1, h2 {
	font-weight: 200;
}

img {
	width: 100%;

}

.cast li {
	width: 25%;
}

ul.shows {
	border-top-width: 1px;
	border-top-style: solid;
}

#unbreakable-kimmy-schmidt {
	border-top-width: 1px;
	border-top-style: solid;
}


li.selected a{
	color: black;
	font-weight: bold;
}

div {
	font-size: 0.8rem;
}

img+div {
	font-weight: bold;
}

div+div {
	font-style: italic;
}

#game-of-thrones section.seasons li:last-child:after {
	content: "*";
}
 
#game-of-thrones section.seasons:after {
	content: "*In production";
	font-size: 0.7rem;
	color: #999;
}







