/* car details */
h2 {
	font-size: 1.2em !important;
	margin: 1em 0 1em 0 !important;
	margin: 2em 0 1em 0;
}

table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 20px;
}

thead {
	background: #949295;
	color: #fff;
}

th, td {
	vertical-align: top;
	padding: 3px 6px;
}

tbody th, tbody td {
	border: 1px solid #EBEBEB;
}

td div {
	white-space: nowrap;
}

tbody tr {
	background: #F3F3F3;
}

tr.alt {
	background: #fff;
}

tr.highlight {
	color: #000;
}

col.order {
	width: 1em;
}
col.number {
	width: 1.7em;
}
col.class {
	width: 3.5em;
}
col.freepractice, col.qualify1, col.qualify2, col.best {
	width: 4.5em;
}
col.laps {
	width: 7em;
}