.alert-orange {
    background-color: orange;
    border-color: orange;
    color: #fff;
}

.alert-red {
    background-color: red;
    border-color: red;
    color: #fff;
}

.alert-green {
    background-color: green;
    border-color: green;
    color: #fff;
}

span.red {
    color: red;
}

td.auth-header {
    text-align: center;
    font-style: bold;
    font-size: 20px;
}
.authGridHl {
    text-shadow: 1px 0px 1px cyan;
}