Template:American Open Wheel driver results legend/styles.css

div.aow-driver-results-legend {
	clear: both;
}
div.aow-driver-results-legend table {
	margin-right:0;
	text-align:center;
	float: left;
}
table.aow-driver-results tr td.gold {
	background-color:#FFFFBF;
}
table.aow-driver-results tr td.silver {
	background-color:#DFDFDF;
}
table.aow-driver-results tr td.bronze {
	background-color:#FFDF9F;
}
table.aow-driver-results tr td.topfive {
	background-color:#DFFFDF;
}
table.aow-driver-results tr td.topten {
	background-color:#CFEAFF;
}
table.aow-driver-results tr td.finished {
	background-color:#CFCFFF;
}
table.aow-driver-results tr td.did-not-finish {
	background-color:#EFCFFF;
}
table.aow-driver-results tr td.did-not-qualify {
	background-color:#FFCFCF;
}
table.aow-driver-results tr td.withdrew {
	background-color:#DFC484;
}
table.aow-driver-results tr td.disqualified {
	background-color:#000000;
	color:white;
}
table.aow-driver-results tr td.did-not-start,
table.aow-driver-results tr td.abandoned {
	background-color:#FFFFFF;
}