#scores col.orange {
	background-color: #f19e38;
}

#scores col.green {
	background-color: #75fb4c;
}

#scores col.blue {
	background-color: #75fbfd;
}

#scores col.gold {
	background-color: #ffff54;
}

body {
	background-color: #ffffff;
}

option {
	text-align: center;
}

table {
	width: 45em;
}

table {
	border: 2px solid #000000;
	border-collapse: collapse;
	margin-bottom: 2em;
}

table td {
	border: 1px solid #000000;
	width: 20%;
	padding: 0.125em 0.5em;
}

table#scores td {
	font-weight: bold;
	text-align: center;
	width: 25%;
}

table tr.score td.caption {
	padding-left: 0.5em;
}

table tr.score td {
	padding: 1px;
	text-transform: uppercase;
}

table tr.score td select {
	width: 100%;
}

table tr.heading td {
	font-weight: bold;
	text-align: center;
}