html,
header {
	margin-bottom: 3rem;
}
p {
	line-height: 1.6;
}
.see-all {
	font-size: .8em;
	text-transform: uppercase;
}
h1 {
	font-size: 2.5rem;
}
h2 {
	font-size: 1rem;
	text-transform: uppercase;
}
.shows:first-child{
	font-weight: lighter;
	border-top: 1px
}
img {
	width: 100%;
}
.cast li {
	width: 25%;
}
.selected a{
	font-weight: bold;
	font-color: black;
}
.cast li div{
	font-size: 0.8rem;
}

.cast li :first-child {
	font-style: italic;
}
.cast li :first-child + div {
	font-weight: bold;
	font-style: normal;
}
#game-of-thrones .seasons ul :last-child:after {
	content: "* *In production"
}



