thead {
 background-color: #2e456b;
}

th > a {
    color: white;
    font-size: larger;
    font-weight: bold;
}

.crmEntityFormView fieldset {
    background-color: white;
}
.form-readonly .form-control {
    background-color: white !important; 
}

.crmEntityFormView label {
    background-color: white !important;
}