@CHARSET "UTF-8";

body {
	margin: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	background-color: #5dace9;
}

.banner {
	background-color: #0074cd;
	color: #FFF;
	height: 100px;
}

.container {
	margin-right: auto;
	margin-left: auto;
}

.container:before, .container:after {
	display: table;
	content: "";
}

.container {
	width: 1170px;
}

.main-frame {
	background-color: #FFF;
	padding: 10px;
	border-radius: 5px;
	margin-top: -30px;
}

.row-fluid {
	width: 100%;
}

.row-fluid:after {
	display: table;
	line-height: 0;
	content: "";
	clear: both;
}

.row-fluid [class*="span"] {
	display: block;
	float: left;
	width: 100%;
	min-height: 30px;
	margin-left: 2.564102564102564%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
	margin-left: 0;
}

.episode-list .ratings {
	line-height: 30px;
	text-align: center;
	background-color: #333;
	color: #FFF;
	margin-top: 10px;
	border-radius: 5px;
}

.row-fluid .span3 {
	width: 23.076923076923077%;
}

.row-fluid .span6 {
	width: 48.717948717948715%;
}
