
#c {
    position: absolute;
}

#media-player {
	float:left;
	padding:.5em;
	width: 100% !important;
	background-color:#333;
}

.color{
  margin:0;
  width: 50%;
  padding: .60em 1.50em;
}
.colors{
  float: right;
}

.runners{
  text-align: left;
}
video {
	width: 100% !important;
	height: auto !important;
}

td
{
  padding: .60em .9em;
  border:none;
  outline:none;
}

.ppb {
	text-indent:-9999px;
	width:16px;
	height:16px;
	border:none;
	cursor:pointer;
	background:transparent url('buttons.png') no-repeat 0 0;
}

.pause { background-position:-19px 0; }
.stop { background-position:-38px 0; }
.volume-plus { background-position:-57px 0; }
.volume-minus { background-position:-76px 0; }
.mute { background-position:-95px 0; }
.unmute { background-position:-114px 0; }
.replay { background-position:-133px 0; }

progress {
	color:#fff;
	font-size:12px;
	width:172px;
	height:16px;
	border:none;
	margin-right:5px;
	background:#434343;
}
progress::-moz-progress-bar { background:#2e52a4; }

#media-play-list {
	float:left;
	clear:both;
	color:#aaa;
	width:100%;
	margin-top:10px;
	border-top:1px solid #2e52a4;
}
#media-play-list  h2 { font-size:12px; }
#play-list {
	padding:0;
	font-size:12px;
	list-style-type:none;
}
#play-list li {
	cursor:pointer;
	padding-left:15px;
	background:transparent url('item.png') no-repeat 0 4px;
}

.glyphicon{
  margin-top:30% !important;
}
