.aitpn-totals .dashboard-totals-value {
    color: #eb5202;
}
.dashboard-totals-subvalue {
    color: #00b000;
}
.aitpn-history-status-waiting {
    border: 1px solid #b0b0b0;
    border-radius: 10px;
    background: #f0f0f0;
    text-align: center;
    color: black;
}
.aitpn-history-status-working {
    border: 1px solid #ffd0b0;
    border-radius: 10px;
    background: #fffff0;
    text-align: center;
    color: black;
}
.aitpn-history-status-complete {
    border: 1px solid #b0d0b0;
    border-radius: 10px;
    background: #f0fff0;
    text-align: center;
    color: black;
}
.aitpn-history-status-failed {
    border: 1px solid #ffb0b0;
    border-radius: 10px;
    background: #fff0f0;
    text-align: center;
    color: black;
}
