/* Live Player */

.watch-live-player	{
}

.watch-live-player .header {
	font-family: 			'Bebas Neue','Open Sans', sans-serif;
}

/* =============================================================== Race Info */

.watch-live-player #race_information {
	min-height: 				95px;
	width: 					250;
	float:					left;
}

.watch-live-player #race_title {
	color: 					#fff;
	font-size: 				2em;
	padding: 				10px 5px 5px 0;
	font-family: 			'Bebas Neue','Open Sans', sans-serif;
	padding: 10px;
}

.watch-live-player #race_session {
	color: 					#fff;
	font-size: 				1.5em;
	padding: 				5px 0 10px 0;
	font-family: 			'Bebas Neue','Open Sans', sans-serif;
}


/* =============================================================== Race Info */

.watch-live-player .the-race	{
	/* Safari 4-5, Chrome 1-9 */ 
	background: 			-webkit-gradient(linear, 0% 0%, 0% 100%, from(#3A3A3A), to(#1F1F1F)); 
	/* Safari 5.1, Chrome 10+ */ 
	background: 			-webkit-linear-gradient(top, #3A3A3A, #1F1F1F); 
	/* Firefox 3.6+ */ 
	background: 			-moz-linear-gradient(top, #3A3A3A, #1F1F1F); 
	/* IE 10 */ 
	background: 			-ms-linear-gradient(top, #3A3A3A, #1F1F1F); 
	/* Opera 11.10+ */ 
	background: 			-o-linear-gradient(top, #3A3A3A, #1F1F1F);
	background: 			linear-gradient(top, #3A3A3A, #1F1F1F);
	clear: 					both;
	border-top: 			1px solid #656565;
	overflow: hidden;
}

.watch-live-player .the-race > div {
	padding-bottom: 2000px;
	margin-bottom: -2000px;
}

.clearBoth	{clear:both;}

/* =============================================================== Flag */

.watch-live-player #flaginformation {
  width: 					75px;
  float: 					left;
  padding-top: 				15px;
}

.watch-live-player #flaginformation img	{
	display: 				block;
	margin:					0 auto;
	width:					65px;
	height:					auto;
}

/* =============================================================== Laps */

.watch-live-player #lapinformation {
	width: 					160px;
	float: 					right;
	border-left: 			1px solid #656565;
	min-height: 				124px;
}

.watch-live-player .db_element {  margin-top: 0px; }


.watch-live-player .heading {
	color: 					#fff;
	border-bottom: 			1px solid #656565;
	padding: 				10px 0px 10px 20px;
	font-size: 				1.75em;
	letter-spacing: 		.05em;
}

.watch-live-player #laps_run {
	color: 					#CC0000;
	font-size: 				2.50em;
	font-family: 			'Bebas Neue','Open Sans', sans-serif;
	font-weight: 			700;
	float: 					left;
	padding: 				20px 5px 5px 20px;
}

.watch-live-player #lapboxline {
	font-size: 				2.50em;
	float: 					left;
	padding: 				20px 5px 5px 0px;
	color:					#656565;
}

.watch-live-player #laps_total {
	font-size: 				2.50em;
	font-family: 			'Bebas Neue','Open Sans', sans-serif;
	font-weight: 			700;
	float: 					left;
	padding: 				20px 5px 5px 0px;
}


