

p {
    line-height: 1.6;
}

header {
    margin-bottom: 3rem;
}

h1 {
    font-size: 2.5rem;

}

div .see-all {
    font-size: .8em;
    text-transform: uppercase
}


h1, h2, h3, h4, h5, h6 {
    font-weight: 100;
}

.cast img {
    width: 100%;
}


.shows>li {
    border-top: 1px solid #ddd;
}

.cast li {
    width: 25%;
    font-size: 0.8rem;
    font-weight: bold;
    }

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

#game-of-thrones .seasons:after {
    content: "* Final Season";
    font-size: 0.7rem;
    color: #999
}

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

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

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