td.success {
    background-color: lightgreen;
}

td.error {
    background-color: #ef3d47;
}

td.warning {
    background-color: #ffc200;
}
