body {
	font-family: Open Sans;
	text-align: center;
	background-color: #fafafa;
}

* {
	box-sizing: border-box;
}

.highlightReel {
	border: 1px solid #ccc;
	float: left;
	padding-left: 0;
	width: 30%;
	list-style-type: none;
	margin-left: 35%;
	background-color: #fff;
}

.highlightReel .details {
	border-bottom: 1px solid #ccc;
	padding: 1em;
	float: left;
}

.highlightReel .stats {
	width: 100%;
	float: left;
	list-style-type: none;
	padding-left: 0;
}

.highlightReel .stats li {
	float: left;
	width: 50%;
	text-align: center;
}

li:hover {
	background-color: #eee;
}

img {
	margin: 0.5em;
	border: 1px #ccc solid;
}

.title {
	font-weight: bold;
	width: 100%;
	float: left;
}

.likes:after {
	content: " likes";
}

.views:after {
	content: " views";
}