@import url(../../css/results.css);

#OSOSResults table tr td
{
	border: 1px solid #d2ddec;
	padding: 5px;
	background-color: #f0f6ff;
	vertical-align: top;
}

#OSOSResults table tr th
{
	background-color: rgb(96,150,104);
	color: #fff;
	border: 1px solid rgba(96,150,104, .75);
	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: rgb(16,105,58);
	color: #fff;
	padding: 15px;
	font-size: 1.3em;
	background-image: -moz-linear-gradient(100% 100% 90deg, #4478c5, #406eb4);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#406eb4), to(#4478c5));
}

