.mytable tbody tr {
	background-color: #f9fafb;
}

.mytable tbody tr:nth-child(odd) {
	background-color: #ffffff;
}