table td {
font-size: 90%;
}
table.records { 
width: 520px; 
margin-bottom: 10px;
}
table.records  td, th { 
padding: 5px; 

border: 1px solid #ccc;
}
table.records td.title { width: 20%; }
table.records td.name{ width: 50%; }
table.records td.time { width: 15%; padding-left: 25px;}
table.records td.year { width: 15%; padding-left: 25px; }

table#race_results {
width: 520px;
margin-top: 0px;
}
table#race_results td {
padding: 5px;
width: 16%;
vertical-align: middle;
text-align: center;
line-height: 1em; 
}


