@CHARSET "UTF-8";

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

body {
	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;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-top: -30px;
}

ul {
	padding: 0;
	margin: 0 0 10px 25px;
}

.episode-list {
	list-style: none;
	margin: 0;
}

.row-fluid {
	width: 100%;
}

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

.row-fluid:after {
	clear: both;
}

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

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

.row-fluid .controls-row [class*="span"]+[class*="span"] {
	margin-left: 2.564102564102564%;
}

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

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

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

.label,.badge {
	display: inline-block;
	padding: 2px 4px;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	color: #ffffff;
	white-space: nowrap;
	vertical-align: baseline;
	background-color: #999999;
}

.label {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

[class^="icon-"],[class*=" icon-"] {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-top: 1px;
	line-height: 14px;
	vertical-align: text-top;
	background-image: url("../glyphicons-halflings.png");
	background-repeat: no-repeat;
}

.icon-thumbs-up {
	background-position: -96px -144px;
}

.icon-thumbs-down {
	background-position: -120px -144px;
}

[class ^="icon-test" ]{
	width: 50px;
	border-style: dashed;
	border-width: 1px;
}
.icon-test2{
	background-position: -96px -144px;
}