


#cookie-law-info-bar {
    /* border: 0; */
    font-size: 1.2em;
    margin: 0 auto;
    padding: 10px 0;
    position: absolute;
    text-align: center;
    max-width: 100%;
    width: 100%;
    z-index: 9999;
    box-shadow: rgba(0,0,0,.5) 0px 5px 50px;


    background-color: rgb(255, 255, 255); 
    color: rgb(0, 0, 0); 
    font-family: inherit; 
    bottom: 0px; 
    position: fixed; 
    display: block;
}

#cookie-law-info-bar button {
    max-width: 150px;
}