/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

#cookielista-hide{
    margin-top: -2em;
    position: absolute;
    color: #ffffff;
    margin-left: 0em;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 888;
}

#cookielista-hide > div > span > a{
    color: #ffffff;
    padding: 1em;
    background-color: #95651f;
}
