#privacypolicies-com---nb {
    background: #ffffff95;
    position: fixed;
    bottom: 0;
    width: -webkit-fill-available;
    width: 100%;
    z-index: 100;
}
.cc-nb-title-container {
    display: none !important;
}
.privacypolicies-com---nb .cc-nb-main-container {
    padding: 1em !important;
}
.cc-nb-text-container {
    max-width: 70%;
    float: left;
}
.cc-nb-buttons-container {
    max-width: 29%;
    float: right;
}
.privacypolicies-com---nb .cc-nb-text, .privacypolicies-com---nb .cc-nb-okagree, .privacypolicies-com---nb .cc-nb-reject, .privacypolicies-com---nb .cc-nb-changep {
    font-size: 11px !important;
}
.privacypolicies-com---palette-light .cc-nb-reject, .privacypolicies-com---palette-light .cc-nb-okagree, .privacypolicies-com---palette-light .cc-cp-foot-save {
    background-color: #03bb85 !important;
}
.privacypolicies-com---palette-light .cc-cp-body-content-entry a, .ppText a {
    color: #03bb85 !important;
    font-weight: 600;
}
.privacypolicies-com---palette-light .cc-cp-body-content-entry a:hover, .ppText a:hover {
    color: #03bb6e !important;
    font-weight: 600;
}
#policy #logo h1 {
    color: #03bb6e !important;
}
#policy ul#nav li a:after {
    background-color: #03bb6e !important;
}
@media screen and (max-width: 600px) {
    .cc-nb-text-container {
        max-width: 100%;
        float:inherit;
    }
    .cc-nb-buttons-container {
        max-width: 100%;
        float:inherit;
    }
}