body { font-family: 'Trebuchet MS'; }
table { border-collapse:collapse; font-size:10px; padding:4px; margin-left:auto; margin-right:auto; }
table, th, td { border: 1px solid black; text-align: center; padding: 4px; }
td { white-space: nowrap; text-align:right; }
td:nth-child(-n+5) {text-align: center; } 
td:nth-child(-n+2) {text-align: left; } 
tr:nth-of-type(odd) {  background: #ffffff; } 
tr:nth-of-type(even) { background-color: whitesmoke; } 
th { background-color: #FFFFDF; }

/*
tr:nth-of-type(1) { background-color: gold; }
td:nth-child(3) ,th:nth-child(3) { display: none; } 
tr:nth-of-type(3) {  display: none; }
*/
