body.no-scroll {
    overflow: hidden !important;
}

div.consent-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 101;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
}

div.consent-overlay section {
    position: fixed;
    font-size: .8em;
    width: 98%;
    border-radius: 5px 5px 0 0;
    border: 1px solid #000000;
    border-bottom-width: 0;
    background: #F0F0F0;
    margin: auto 1% auto 1%;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px 0;
    overflow: hidden;
}

div.consent-overlay section div.wrapper {
    width: 1100px;
    margin: 0 auto;
}

div.consent-overlay section div.wrapper:after {
    content: "";
    clear: both;
    display: table;
}

div.consent-overlay section div.wrapper p.banner-message {
    float: left;
    display: inline-block;
}

div.consent-overlay section div.wrapper span.buttons {
    float: right;
    display: inline-block;
    text-transform: none !important;
}

div.consent-overlay section div.wrapper span.buttons button {
    margin-right: 0;
}

div.consent-overlay span.buttons button.btn-default {
    background-color: #008ae3;
    border: 0;
    color: #fff;
    margin-right: 10px !important;
}