@import url(../../css/results.css);

#OSOSResults table tr td
{
	border: 1px solid #e4ded3;
	padding: 5px;
	background-color: #fff7ea;
	vertical-align: top;
}

#OSOSResults table tr th
{
    /*#7a530e*/
	background-color:#ccc;
	color: #fff;
	border: 1px solid #999;
	font-size: .9em;
}

#OSOSResults table tr td.Seperator
{
	background-color: #023668;
	padding: 0px;
	margin: 0px;
	height: 3px;
	border: none;
}

#OSOSResults table tr.RaceName td
{
    /*#4a6271*/
	background-color: #0e4758;
	color: #fff;
	padding: 15px;
	font-size: 1.3em;
}

