@charset "UTF-8";/*!
Raybend CSS Overrides
*/

a.card h3 {
    color: #4180C3;
}

a.card:hover h3 {
    color: #2f6ad9!important;
}

table.table-details input:disabled {
    color: #677788;
    background-color: transparent;
    border-width: 0;
}