/* fixing footer overlapped by navbar */
.navbar.navbar-inside-page {
    margin-bottom: 15px;
}


/* When using the new branding, get the labels in grey */
.theme-label-floating {
    color: grey;
}

/* Billing address button*/
span.btn.btn-info.btn-xs {
    background: black;
}

/* Consent */

div#anchor_DataProcessingConsent {
    display: none;
}

div#DataProcessingConsentInfo {
    margin: 0 !important;
}

div#DataProcessingConsentInfo > .consent-title:nth-child(2) {
    margin-top: 0;
}

.consent-body {
    font-size: .9em;
    margin-left: -15px;
}

.consent-title {
    font-size: .90em;
    color: inherit;
    font-weight: bold;
}

.consent-body > p {
    text-align: justify
}

.consent-body > ul {
    list-style-type: circle;
}

/* END Consent */

/* show marker on details / summary */
summary {
    display: list-item;
}
