/* --- EXISTING CUSTOMIZATIONS --- */
#notification-preferences-form {
    display: none;
}

.reslabel {
    display: none !important;
}

/* --- WEBER STATE PURPLE BUTTONS --- */
.btn-primary {
    background-color: #4B2682 !important;
    border-color: #4B2682 !important;
    color: #ffffff !important;
}

.btn-primary:hover, 
.btn-primary:focus, 
.btn-primary:active, 
.btn-primary:active:hover {
    background-color: #361c5e !important;
    border-color: #361c5e !important;
}

.btn-primary.disabled, 
.btn-primary:disabled {
    background-color: #4B2682 !important; 
    border-color: #4B2682 !important;
    opacity: 0.65;
    cursor: not-allowed;
}