#CookielawBanner {
    /*display: none;*/
    position: fixed;
    min-width: 100%;
    height: auto;
    z-index: 100000;
    font-size: 13px;
    line-height: 20px;
    left: 0;
    text-align: center;
    bottom: 0;
    color: rgb(17, 17, 17);
    background-color: rgb(232, 232, 232);
    display: block;
}

#CookielawBanner .container {
    padding: 5px;
}

#CookielawBanner .container p{
    padding-top: 5px;
}