body{
    font-family:Segoe UI;
    background:#202124;
    color:white;
    margin:30px;
}

table{
    border-collapse:collapse;
    width:100%;
}

th{
    background:#333;
    padding:10px;
    text-align:left;
}

td{
    padding:8px;
    border-bottom:1px solid #444;
}

tr:hover{
    background:#2d2d2d;
}

.status-dot {
    display: inline-block;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    margin-right: 8px;
}

.status-dot.ok {
    background: #32c94c;
}

.status-dot.failed {
    background: #f23b4f;
}

.status-dot.running {
    background: #f5a623;
}
tr.failed{
    background:#3a1b1b;
}

tr.running{
    background:#3a3116;
}
.age-ok {
    color: #32c94c;
    font-weight: 600;
}

.age-warning {
    color: #f5a623;
    font-weight: 600;
}

.age-failed {
    color: #f23b4f;
    font-weight: 700;
}