

tbody tr:nth-child(even) {
	background-color: #d6d6d6;
}

tbody tr:nth-child(odd) {
	background-color: white;
}

tbody tr:hover td:hover
{ 
	border: 3px solid white;
}

tr:hover td:first-child
{ 
	background-color:#7a7a7a;
}

tr:not(:first-child) td:not(:first-child)
{
	color:rgba(0, 0, 0, 0);
}


th {
	font-size: 10pt;
	border-bottom:1px solid black;
	padding-right: 20px;
	font-weight: 900;
	color: #749899;
	width: 50px;
	text-align: center; 
}

td:first-child {
	//font-size: 18pt;
	font-size: 10pt;
	font-weight: bold;
}

td {
	//font-size: 12pt;
	font-size: 10pt;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-family: 'Helvetica Neue';
	width: 40px;
	text-align: center;
	border: 1px solid black;
}

table {
	border-collapse: collapse;
}
