.race_num
{
	background-color: black;
	border-radius: 5px;
	padding: 5px 10px 5px 10px;
	color: white;
	text-align: center;
}
.car_number
{
	background-color: white;
	border: 3px black solid;
	border-radius: 8px;
	padding: 2px 4px 2px 4px;
	color: black;
	text-align: center;
}
.fpv_freq
{
	background-color: black;
	border-radius: 5px;
	margin: 0px 4px 0px 4px;
	padding: 2px 4px 2px 4px;
	font-size: 12px;
	color: white;
	text-align: center;
	vertical-align: middle;
}
.manufacturer
{
	height: 30px;
}
.driver_details_link
{
	cursor: pointer;
}
.driver_race_status
{
	background: #000000;
	color: #ffffff;
	border-radius: 3px;
	font-weight: bold;
	font-size: 12px;
	padding: 0 3px 0 3px;
}