css
thead th {
background-color: #ffddee !important;
color: white;
}
tbody tr:nth-of-type(odd) {
background-color: #dddxxx !important;
}
source : https://stackoverflow.com/questions/29769340/how-to-select-the-second-th-into-the-thead-of-a-table-having-a-specific-id-using
.title {
background-color: #ffffff;
color: white;
}