body
{
	margin: 0;
	padding: 0;
	font-family: 'Open Sans Condensed', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
	font-size: 14px;
	font-stretch: condensed;
	background-color: white !important;
}

.hidden
{
	display: none;
}

.lrc_connection_status
{
	position: absolute;
	top: 5px;
	right: 27px;
	width: 17px;
	height: 17px;
	color: white;
}

.popout
{
	display: none;
	position: absolute;
	top: 5px;
	right: 5px;
	width: 20px;
	height: 20px;
	cursor: pointer;
	z-index: 10;
}
.popout button
{
	cursor: pointer;
	width: 20px;
	height: 20px;
	padding: 0;
}

#map_container
{
	position: relative;
	overflow: hidden;
	transform-origin: 0 0;
}
.layout_image
{
	position: absolute;
	top: 0;
	left: 0;
	margin-right: 200px;
	display: inline;
}

.x
{
	position: absolute;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	margin-top: -14px;
	margin-left: -14px;
	color: white;
	background: black;
	font-weight: bold;
	padding: 2px;
	border: 2px white solid;
	white-space: nowrap;
	text-align: center;
	line-height: 24px;
}
.x .info
{
	position: absolute;
	border-radius: 24px;
	margin-left: 22px;
	margin-top: -56px;
	background: inherit;
	color: inherit;
	border: 1px white solid;
	border-color: inherit !important;
	line-height: 24px;
	padding: 2px;
}
.leader
{
	background: #cc0000;
}


.row
{
	position: relative;
	overflow: auto;
}
.row:nth-child(n+2)
{
	margin-top: 0px;
}

/* Race Header */
.race_info
{
	display: none;
	position: absolute;
	bottom: 0;
	top: 0;
	right: 0;
	width: 190px;
	background-color: #1d8fb8;
	color: white;
	padding: 5px;
}
.box
{
	border: 1px white solid;
	padding: 2px 5px;
	float: left;
	margin-right: 5px;
	text-align: center;
}
.header
{
	text-align: left;
	font-size: 0.8em;
}
.value,
.sub_value
{
	margin-top: -3px;
	line-height: 1em;
}
.title
{
	line-height: 1.2em;
}
.sub_title
{
	font-size: 0.8em;
	line-height: 1.3em;
}
.race_info .title
{
	font-weight: bold;
}
.race_info .value
{
	font-size: 1.2em;
	font-weight: bold;
}
#class .value,
#class .sub_value
{
	text-align: left;
}

#racers
{
	margin-top: 5px;
}
#racers table
{
	border-collapse: collapse;
	white-space: nowrap;
	padding: 0;
	width: 100%;
	background-color: white;
	color: black
}
#racers tr
{
	padding: 0;
	margin: 0;
}
#racers th
{
	background-color: black;
	color: white;
	margin-right: 5px;
}
#racers th,
#racers td
{
	position: relative;
	margin: 0;
	padding: 0 2px;
	text-align: left;
	overflow: hidden;
}
#racers th
{
	border-right: 1px white solid;
}
#racers td
{
	border-right: 1px black solid;
}
#racers th:last-child,
#racers td:last-child
{
	border-right: 0;
}

#racers .pos,
#racers .view,
#racers .lap_time
{
	text-align: center;
}

#message
{
	display: block;
	position: absolute;
	top: 20%;
	left: 60px;
	right: 250px;
	background: black;
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 2em;
	padding: 10px;
	border-radius: 20px;
	border: 5px white solid;
	opacity: 0.7;
}