/* companyPortalStyle */
html {
    font-size: 16px !important;
}

html .slds-scope .slds-button_brand {
    background-color: #FFFFFF;
    border-color: #CCCCCC;
    color: #515151;
}

html .slds-scope .slds-button_brand:hover,
html .slds-scope .slds-button_brand:focus {
    background-color: #CCCCCC;
    color: #FFFFFF;
    border-color: #CCCCCC;
}

html .slds-scope .slds-button_neutral {
    color: #515151;
}

html .slds-scope .slds-button_success {
    color: white;
}

html .bodyDiv.brdPalette.brandPrimaryBrd {
    margin-bottom: 15px;
}