header {
	margin-bottom: 3rem;
}

p {
	line-height: 1.6;
}

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

h1 {
	font-size: 2.5rem;
	opacity: 0.5;
/*	border-top: 1px;*/
}

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

img { 
	width: 100%;
}

.cast li {
	width: 25%;
}
 
#game-of-thrones, #unbreakable-kimmy-schmidt {
	border-top: 1px;
	border-top-style: solid;
}

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

.cast li div {
	font-size: 0.8rem;
	font-weight: bold;
}


.cast li div + div {
	font-weight: normal;
	font-style: italic;
}

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


#game-of-thrones .seasons::after {
	content: '* In production';
	font-size: 0.7rem;
	color: #999;
}
