@import url(../../css/results.css);

#OSOSResults table tr td
{
	border: 1px solid #dce8e2;
	padding: 5px;
	background-color: #f8fffb;
	vertical-align: top;
}

#OSOSResults table tr th
{
	background-color: #5e816e;
	color: #fff;
	border: 1px solid #4f6d5c;
	border-bottom: none;
	border-top: none;
	font-size: .9em;
}

#OSOSResults table tr td.Seperator
{
	background-color: #023668;
	padding: 0px;
	margin: 0px;
	height: 3px;
	border: none;
}

#OSOSResults table tr.RaceName td
{
	background-color: #336699;
	color: #fff;
	padding: 15px;
	font-size: 1.3em;
	background-image: -moz-linear-gradient(100% 100% 90deg, #29527b, #336699);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#336699), to(#29527b));
}

