.tablepress tr.row-1,
tr.row-3,
tr.row-5 {
	background-color: #0F2F61;
	color: white;
}

.tablepress thead th {
	color: #ffffff;
	background-color: #02275a; /* Replace #ff0000 with your desired HEX color code */
}