#awardtable p {
	padding: .2em;
	background-color: #fbf9da;
	border-bottom: 1px solid #e3eafe;
}

table{
	clear:both;
	margin: 0 10px;
	font-size: 12px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	border-collapse: collapse;
	margin: auto;
}

td{
	vertical-align: top;
}

table.medals{
	width: 400px;
	margin: 0 10px;
}

table.medals td{
	padding: .2em .1em;
	text-align: center;
}

table.results tr{
	border-bottom: 1px dashed #e3eafe;
}

tr.grandprize{
	//background-color: #e3eafe;
	font-weight: bold;
}

th{
	background-color: #fbf9da;
	border-bottom: 1px solid #e3eafe;
}

table.results td{
	padding:.5em .5em .1em .1em;
}

#awardcolumn{
	text-align: right;
}

#teamcolumn{
	color: #ff9328;
	text-align: right;
}