/* 
@font-face {
  font-family: 'Droid Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Droid Sans Regular'), local('DroidSans-Regular'), url(data/font/s-BiyweUPV0v-yRb-cjciAzyDMXhdD8sAj6OAJTFsBI.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
@font-face {
  font-family: 'Droid Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Droid Sans Bold'), local('DroidSans-Bold'), url(data/font/EFpQQyG9GqCrobXxL-KRMWaVI6zN22yiurzcBKxPjFE.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
@font-face {
  font-family: 'Droid Sans Mono';
  font-style: normal;
  font-weight: 400;
  src: local('Droid Sans Mono Regular'), local('DroidSansMono-Regular'), url(data/font/ns-m2xQYezAtqh7ai59hJVlgUn8GogvcKKzoM9Dh-4E.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
*/
* {
	margin: 0;
	padding: 0;
}

html,
body {
	background: #fff;
	font-family: "Arial", sans-serif;
}
body {
	padding: 0 0 60px 0;
}
body:after {
	content: "";
	display: block;
	clear: both;
}

#footer,
#header {
    display: block;
    padding: 15px 20px;
	background: #e0e0e0;
    border-bottom: 1px solid #c0c0c0;
    z-index: 10;
}

#header {
    text-align: center;
}

#footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px;

    border-bottom: 0 none;
    border-top: 1px solid #c0c0c0;

}


#header  h2{
	text-transform: uppercase;
}

#header  h3 {
    line-height: 20px;
    margin-top: 4px;
}
#header  h3 i {
    display: inline-block;
    width: 32px;
    height: 16px;
    background-size: contain !important;
    background-repeat: no-repeat;
    vertical-align: baseline;
    position: relative;
    top: 1px;
}

#footer a {
    color: #606060;
    text-decoration: none;
    float: right;
    font-size: 12px;
}

#footer strong {
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    padding: 15px 0 0 90px;
    background: url(data/Footer.png) no-repeat scroll top left;
    background-size: contain;
    float: left;
}


.map {
	position: absolute;
	left: 10px;
	top: 5px;
	width: 120px;
	height: 75px;
}

.map img {
	max-height: 100%;
	max-width: 100%;
}


table {
	font-size: 12px;
    line-height: 23px;
	width: 98%;
	margin: 20px auto;
	border-spacing: 0;
	border-collapse: separate;
    border: 1px solid #fff;
}

table td {
	background: none;
	padding: 0 5px;
	vertical-align: middle;
    border-bottom: 1px solid #606060;
    color: #303030;
} 

table th {
	background: #606060;
	padding: 2px 5px;
    color: #fff;
    text-transform: uppercase;
    text-align: left;
    font-weight: normal;
    font-size: 12px;
}

.car {
	display: inline-block;
	width: 0px;
	height: 0px;
	overflow: hidden;
	padding: 20px 0px 0px 70px;
	background-size: cover !important;
	background-repeat: no-repeat;
	background-position: center center;	
    position: relative;
    left: -8px;
    vertical-align: middle;
}

.car-name {
    margin-left: -5px;
    display: inline-block;
    vertical-align: middle;
}


td.l {
	text-align: left;
}
td.r {
	text-align: right;
}
td.c {
	text-align: center;
}

td.m {
	/*font-family: "Droid Sans Mono";*/
}
td.best {
	color: green;
}

th.s, td.s {
    font-size: 12px;
}

span.invalid {
    color: red;
    font-size: 0.75em;
}

@media (max-width: 780px) {
	table.rs {
		display: block;
	}
	table.rs thead {
		display: none;
	}
	table.rs tbody {
		display: block;
	}
	table.rs tr {
		display: block;
		border-bottom: 1px solid #ccc;
		padding: 8px 5px 8px 30px;
		position: relative;
	}
	table.rs tr:after {
		content: "";
		display: block;
		clear: left;
	}
	table.rs tr td {
		display: block;
		border: 0 none;
	}
	table.rs tr td.c-id {
		position: absolute;
		left: 4px;
		top: 8px;
		font-size: 1.3em;
	}
	table.rs tr td.c-player {
		
		font-size: 1.3em;
	}
	table.rs tr td.c-laps:after {
		content: " Laps";
	}
	table.rs tr td.c-laptime {
		font-size: 1.6em;
		float: left;
	}
	table.rs tr td.c-sec {
		float: left;
		margin-left: 0.5em;
	}
	table.rs tr td.c-gap {
		clear: left;
		font-size: 1.2em;
		margin-left: 0.5em;
	}
}	 
