table.results {
	font-family: Arial, sans-serif;
	border-top: 2px solid #333;
	border-bottom: 2px solid #333;
	margin: 1em auto;
}
.results td {
	padding: 0.3em 0.5em;
}
.results thead tr {
	background: #555;
	color: #fff;
	font-weight: bold;
}
.results tbody tr:nth-child(even) {
	background: #e0e0e0;
}
.results tbody tr:nth-child(odd) {
	background: #e8e8e8;
}
.results tbody tr:hover td {
	background: #f8f8ff;
}
.results tbody td:first-child {
	background: #ccc;
}
.results td:not(:first-child) {
	text-align: right;
}
.results td.cc {
	text-align: center;
	vertical-align: bottom;
	border-bottom: 1px solid #999;
}
