.status-label .cancelled {
    color: red;
}

.status-label .done {
    color: green;
}

.status-label .ready {
    color: green;
}