.ccCookieConsent{ background-color:#000;color: #fff;border:none;border-radius:0;position:fixed;padding:15px;height: auto;text-align:center;font-size:0.95rem; z-index:99999999;}
.ccCookieConsent .column{color: #fff;font-size:1rem; }
.ccCookieConsent.top-full { width: 100%;left:0px; top:0px; }
.ccCookieConsent.top-left { width: 50%;left:0px; top:0px; }
.ccCookieConsent.top-right { width: 50%;right:0px; top:0px; }
.ccCookieConsent.bottom-full { width: 100%;left:0px; bottom:0px; }
.ccCookieConsent.bottom-left { width: 50%;left:0px; bottom:0px; }
.ccCookieConsent.bottom-right { width: 50%;right:0px; bottom:0px; }
.ccCookieConsent.bottom-middle { width:auto;right:20%;left:20%; bottom:10px;border-radius:5px; }

@media only screen and (max-width: 600px) {
  .ccCookieConsent.bottom-middle { width:auto;right:2%;left:2%;}
}