body {
    padding-bottom: 40px
}


.pb-CookiesConsent {
    position: fixed;
    z-index: 16000003;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px;
    font-size: 12px;
    background: #fff;
    color: #666;
    box-shadow: 0 -2px 2px rgba(0,0,0,0.04);
}

.pb-CookiesConsent-text {
    margin-right: 100px;
    display: inline-block;
}

.pb-CookiesConsent-button {
    position: absolute;
    top: 5px;
    right: 20px;
    height: 25px;
    line-height: 25px;
    padding: 0 14px;
    cursor: pointer;
}
