div.cookie-law-info-bar {
    width      : 100%;
    background : #000;
    position   : fixed;
    bottom     : 0;
    right      : 0;
    left       : 0;
    display    : none;
    z-index    : 99998;
    opacity    : 0.7;
    color      : #FFF;
}

div.cookie-law-info-bar > p {
    text-align : center;
    margin     : 5px 55px 5px 5px;
    font-size  : 11px;
}

div.cookie-law-info-bar > p a {
    text-decoration : underline;
}

div.cookie-law-info-bar > a.close-cookie-bar {
    position    : absolute;
    top         : 0;
    right       : 5px;
    color       : #FFF;
    height      : 25px;
    line-height : 25px;
    bottom      : 0;
    cursor      : pointer;
    font-size   : 11px;
}

@media (min-width : 768px) {
    div.cookie-law-info-bar > p {
        margin-right : 5px;
    }
}