 /* Zebra striping */
tr:nth-of-type(odd) {
 background: #E0F2F7;
}
 
th {
 background: #ffffff;
 font-weight: bold;
}

.red {
    color: red;
}

.green {
    color: green;
}