#cookieconsent-popup{
    display:none;
    position:fixed;
    z-index:9999;
    bottom:1em;
    left:1em;
    width:25em;
    padding:2em;
    background-color:#F0F0F0F0;
    opacity:0.9;
    text-align:center;
    color: rgba(0, 0, 0, 0.87);
}

#cookieconsent-popup > div {
    padding-bottom:1em;
}
