/* "Race Car Number" date boxes */
.date {
	cursor: default;
	color: black;
	float: left; 
	width: 38px;

	font-family: Futura, Gill Sans, "Futura Md BT", "Century Gothic", Tahoma; 
	font-size: 10px; 
	line-height: 10px;
	text-transform: uppercase;
	text-align: center; 
}
.date .d {
	font-size: 26px; 
	line-height: 22px;
	color:#036;
	margin-top: 1px;
	margin-bottom: 1px;
}
.date .y {color: #369;}
.date-info { width:500px;float:left}
