.tableHeader {
}

table.results{
	width: 100%;
}

table.results th{
	background-color: #d7efd7;
}

.tableRow {
	border-style: solid;
	border-bottom-color:#c4e26a;
	border-top-width: 0;
	border-bottom-width: 1;
	border-left-width: 0;
	border-right-width: 0;
}

tr.tableRow td{
	border-style: solid;
	border-bottom-color:#c4e26a;
	border-top-width: 0;
	border-bottom-width: 1;
	border-left-width: 0;
	border-right-width: 0;
}