
.cookieOverlay { width: 100%; height: 100%; position: absolute; opacity: 0.97; z-index: 1000;top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(0,0,0,0); }
.cookieHolder { float: left !important; color: #fff; z-index: 99999; position: fixed; background: #252525; bottom: 0px; padding: 16px; width: 100%; margin: 0 auto; margin-top: 5%; }
.buttonHolders { display: flex; justify-content: center; align-items: center; margin: 0 auto; width: 100%; margin-top: 0px; text-align: center; }
.buttonHolders button { float: left !important; border: none !important; border-radius: 3px !important; cursor: pointer; width: auto; display: block; float: left; padding: 10px; margin: 0 auto !important; background:#8cc63f; border-radius: 10px; color:#fff;}
.cookieDescription a {color:#FFF !important; text-decoration:underline !important;}
.terms { clear: both; text-align: center; padding-top: 15px; display: block; color:#FFF }
.cookieDescription { display: block; float: left; width: 100%; text-align: center; margin-right: 5% !important; color:#fff; }
#acceptCookie { margin-right: 2%; }
.cookieOverlay { display: none; }
