div.results table {
	width: 100%;
	text-align: center;
	margin-top: 10px;
}

div.results tr td {
	border-top: 1px solid #2078ac;
}

div.results th {
	padding: 7px;
	border-bottom: 1px solid #BEC7CD;
}

div.results tr.empty td {
	border: 0px;
}

div.results th.title {
	padding: 10px;
	font-size: 1.2em;
	background-color: #0275B5;
	border-color: #BEC7CD;
	border-width: 1px 0;
	border-style: solid;
}

div.results td, 
div.results th {
	border-left:1px solid #BEC7CD;
	border-right:1px solid #BEC7CD;
}

div.results td.left, 
div.results th.left {
	border-left: 0px;
}

div.results td.right, 
div.results th.right {
	border-right: 0px;
	font-weight: bold;
}

div.results td {
	padding: 3px;
}

