body {
    padding-bottom: 40px
}


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

@media only screen and (max-width: 999px) {
    .pb-CookiesConsent {
        display: none;
    }
}

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

.pb-CookiesConsent-text a {
    color: #868686;
}

.pb-CookiesConsent-button {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    padding: 0 14px;
    cursor: pointer;
    background-color: #C7282B;
    color: white;
}

.pb-CookiesConsent-button:hover {
    background-color: #EC3437;
}
