table.sortable {
	border:0;
	padding:0;
	margin:0;
	width: 370px;
}
table.sortable td {
	padding:4px;
	width:20px;
	border-bottom:solid 1px #DEDEDE;
}
table.sortable td.team {
	padding:4px;
	width:150px;
	border-bottom:solid 1px #DEDEDE;
}
table.sortable td.time {
	padding: 4px;
	width: 50px;
	border-bottom: solid 1px #DEDEDE;
	font-weight: bold;
}
table.sortable th {
	padding:4px;
	background:#e3edef;
	color:#333333;
	text-align:left;
}
