.nav_list_red .t-Button-label
{
    font-weight: bold;
    background-color: #fdd5cc;
    color: #5f1604;
}

.nav_list_yellow .t-Button-label
{
    font-weight: bold;
    background-color: #fff4dd;
    color: #775200;
}

.is-warning {
    background-color: #fff4dd;
    color: #775200;
    font-weight: initial !important;
    font-size: .6875rem !important;
}

.is-danger {
    background-color: #fdd5cc;
    color: #5f1604;
    font-weight: initial !important;
    font-size: .6875rem !important;
}

.is-success {
    background-color: #d1f5e0;
    color: #0d3a20;
    font-weight: initial !important;
    font-size: .6875rem !important;
}
