/* Hide table headers (but not display: none;, for accessibility) */
thead tr {
	background-color:#9898a6;
	color:#e0e0e0;
	padding:0px;
}

tr {
	background-color:#cccccc;
	padding:0px;
}

table tr:nth-child(even) {
    background-color: #fff;
	padding:0px;
}

td {
	padding:10px;
}

