.status {
    display: inline-block;
}

.status_ok {
    color: forestgreen;
}

.status_fail {
    color: crimson;
}