#cookie-consent-banner{
    display:none;
    position: fixed;
    bottom: 0;
    width: auto;
    background: #222;
    color: #fff;
    padding: 15px;
    text-align: center;
    font-size: 1.6em;
    line-height: .75;
    opacity: .9;
    z-index: 999999999;
}
#accept-cookies{
    margin-left: 10px;
    padding: 10px 10px;
    color: #fff;
    background-color: #3f51b5;
    border-radius: 5px;
    border: 2px solid #3a5710;
}