
table.tablesaw tbody tr:nth-child(odd) {
		background-color: #efefef;
}
table.tablesaw tbody tr:nth-child(even) {
		background-color: #dddddd;
}

table.tablesaw tbody tr td {
	color: #28367d;
	font-family: verdana,tahoma,arial,geneva,swiss,sunsans-regular,sans-serif;
	font-size: 12px;
	line-height: 1.2em;
	padding:0px;
	padding-top:2px;
}

@media screen and (max-width: 560px) {
	table.tablesaw tbody tr td {
		font-size: 16px;
	}
}
@media screen and (min-width: 561px) {
	table.tablesaw tbody tr td {
		font-size: 14px;
	}	
}
@media screen and (min-width: 1024px) {
	table.tablesaw tbody tr td {
		font-size: 12px;
	}	
}
@media screen and (min-width: 1600px) {
	table.tablesaw tbody tr td {
		font-size: 14px;
	}
}
@media screen and (min-width: 2400px) {
	table.tablesaw tbody tr td {
		font-size: 16px;
	}
}

table.tablesaw tbody tr td a {
	color: #28367d;
	text-decoration: none;
	text-shadow: 0px 0px 1px #aabbff;
}
table.tablesaw tbody tr td a:hover {
	color: #28367d;
	background-color: #ffff7d;
	text-decoration: none;
	text-shadow: none;
}
