#cookie-consent-banner {
    border-top: 3px solid #222222;
    position: fixed; 
    bottom: 0;
    background-color: rgba(255, 255, 255, 1);
    z-index: 99999;
    width: 100%;
    text-align: center;
    padding: 10px 0 30px 0
}
#cookie-consent-control {
    display: none;
    cursor:pointer;
    padding: 5px;
    font-size: 1.5em;
}
.cookie-consent-options label {
    display: inline;
    padding: 10px;
}
.cookie-consent-options label input {
    margin: 5px;
}