td.redback {
    background-color: red;
}
td.greenback {
    background-color: green;
}
td.blueback {
    background-color: blue;
}
td.yellowback {
    background-color: yellow;
}

th {
  color: #ffffff!important;
}