#euccBanner {
    display: block;
    position: fixed;
    bottom: 0;
    padding-bottom: 10px;
    width: 100%;
    z-index: 10;
}
#euccBanner h2 {
    font-weight: bold;
    font-size: 17px;
    color: #77bfdd;
    margin: 2px 0 4px 0;
}
#euccBanner>div {
    /*font-weight: bold;*/
    margin: auto;
    position: relative;
    max-width: 1000px;
    padding: 10px;
    font-size: 12px;
    color: #ffffff;
    line-height: 1.2em;
    text-align: justify;
    border: 1px solid rgba(55, 153, 199, 1) !important;
    box-shadow: 10px 10px 20px 5px rgba(25, 50, 75, 0.5) !important;
    background-color: #ACCEE5;
    background-image: linear-gradient(to bottom, #C8E2EF, #ACCEE5, #9CCEE5);
}

.sncmp-banner {
    border-top: 1px solid rgba(55, 153, 199, 1) !important;
    -webkit-box-shadow: 0px 0px 5px 2px rgba(55, 153, 199, 0.5) !important;
    -moz-box-shadow:    0px 0px 5px 2px rgba(55, 153, 199, 0.5) !important;
    box-shadow:         0px 0px 5px 2px rgba(55, 153, 199, 0.5) !important;
    background-color: #f4f4f4;
    background-image: linear-gradient(to bottom, #C8E2EF, #9CCEE5);
}

#euccBanner button,
#sncmp-banner-btn-publisherprivacy,
#sncmp-banner-btn-learnmore,
.sncmp-popup-ok-button {
    vertical-align: top;
    font-weight: bold;
    font-size: 14px;
    background-image: linear-gradient(rgba(119, 191, 211, 1), rgba(55, 153, 199, 1));
    background-color: rgba(55, 153, 199, 1);
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 3px;
    cursor: pointer;
}
#euccBanner button {
    display: block;
    font-size: 14px;
    padding: 6px 18px;
    margin: 2px 0 0 10px;
    float: right;
}

#sncmp-banner-btn-publisherprivacy {
    background: #ffffff;
    border: 1px solid rgba(55, 153, 199, 1);
    font-weight: normal;
}

#euccBanner a,
.sncmp a {
    color: rgba(55, 153, 199, 1) !important;
}

.sncmp-toggleAllEnable {
    color:rgba(55, 153, 199, 1) !important;
}

input:checked + .sncmp-slider {
    background-color: rgba(55, 153, 199, 1) !important;
}

.sncmp-learnmore-reconsiderbutton {
    background-color: rgba(55, 153, 199, 1) !important;
}