/*---------------------------------
   Lap Records Styling
-----------------------------------*/
#page table.laptimes {
	background: #DFF7D2;
}
#page table.laptimes th {
	text-align: left;
	font-weight: bold;
	border-bottom: 1px solid #62A652;
	background: #78CB64;
	color: #000;
}
#page table.laptimes td {
	border-bottom: 1px solid #62A652;
}
#page table.laptimes tr td.lap-class {
	font-weight: bold;
	padding-left: 10px;
}
#page table.laptimes tr td.lap-600 {
	font-weight: bold;
	font-style: italic;
	color: #666;
	padding-left: 10px;
}

