td {
    white-space:nowrap;
}

td.timestamp-ok {
    background: #aaeeaa;
}

td.timestamp-warn {
    background: #dd6666;
}

td.timestamp-crit {
    background: #aa3333;
}

th.head {
    text-align: center;
}

td {
    font-size: 90%;
}

td.status-ok {
    background: #aaeeaa;
}

td.status-null {
    background: #dd6666;
}

td.status-fourfive {
    background: #ee3333;
}

td.status-nine {
    background: #aa3333;
}

td.status-default {
    background: #dd6666;
}

