#llCookieBar{
    padding: 10px;
    position: fixed;
    z-index: 999;
    bottom:auto;
    top:0;
    background-color: #000;
    color: #fff;
    width: 100%;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#llCookieBar.ll_cookiebar_bottom{
    bottom:0;
    top:auto;
    left: 0;
}

#llCookieBar > *{
    margin:0;
    padding: 0;
}

#llCookieBar.ll_cookiebar_light{
    background-color: #fff;
    color: #111111;
}

#llCookieBar button{
    padding: 5px 20px;
    border-radius: 3px;
    border:none;
    background-color: #ccc;
    color: #000;
    margin-left: 20px;
}

#llCookieBar button:hover{
    background-color: #b1b1b1;
}