/* Highlight */
.alarm {
    background-color: mistyrose !important;
}

.pen {
    background-color: ivory !important;
}

.ok,
.running {
    background-color: honeydew !important;
}

.ko,
.err,
.error,
.dead {
    background-color: pink !important;
}

.del {
    background-color: lightgrey !important;
}

.rdy {
    background-color: azure !important;
}

.snt {
    background-color: lavender !important;
}

.new {
    background-color: aliceblue !important;
}

.off {
    background-color: lightgray !important;
}

.starting {
    background-color: lightyellow !important;
}

/* Status */
.st-ok,
.st-running {
    color: green !important;
}

.st-ko,
.st-dead,
.st-error {
    color: red !important;
}

.st-new,
.st-rdy {
    color: blue !important;
}

.st-starting {
    color: orange
}

.st-off {
    color: black !important;
}

/* Font */
.mono {
    font-family: 'Courier New', Courier, monospace;
}