.cc-window.cc-banner {
    padding: 0.8em 4em;

    -webkit-box-shadow: 0px -1px 3px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px -1px 3px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px -1px 3px 0px rgba(0, 0, 0, 0.3);
}

.cc-message, .cc-link {
    font-family: 'robotoregular';
    font-size: 16px;
}

.cc-btn  {
    padding: 4px .8em;

    border-radius: 2px !important;
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    font-size: 14px;
    font-family: 'robotoregular';
    font-weight: normal;
}

.cc-window:not(.cc-invisible) + #layout-topbar + .wrapper {
    margin-bottom: 200px;
}

@media (min-width: 641px) and (max-width: 800px) {
    .cc-window:not(.cc-invisible) + #layout-topbar + .wrapper {
        margin-bottom: 270px;
    }
}

@media (min-width: 321px) and (max-width: 640px) {
    .cc-window:not(.cc-invisible) + #layout-topbar + .wrapper {
        margin-bottom: 350px;
    }
}

@media (max-width: 320px) {
    .cc-window:not(.cc-invisible) + #layout-topbar + .wrapper {
        margin-bottom: 350px;
    }
}