header {
	margin-bottom: 3rem;
}

p {
	line-height: 1.6;
}

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

h1 {
	font-size: 2.5rem;
	font-weight: lighter;
}

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

img {
	width: 100%;
}

.cast a {
	width: 25%;
}

#game-of-thrones {
	border-top: solid black 1px;
}

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

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

div {
	font-size: 0.8rem;
}

a div:first-of-type {
	font-weight: bold;
}

a div:last-of-type {
	font-style: italic;
}

#game-of-thrones .seasons ul li:last-child:after {
	content: "*";
}

#game-of-thrones .seasons ul:after {
	display: block;
	content: "* In production";
	font-size: 0.7em;
	color: #999;
}

