.legalSection.browserSupportSection > .legalSectionContent {
    display: none
}

.legalSection.browserSupportSection.supported > .legalSectionContent.browserSupported {
    display: block
}

.legalSection.browserSupportSection.unsupported > .legalSectionContent.notBrowserSupported {
    display: block
}

.opt-in-out-wrapper .box_action {
    background: #f5f5f5;
    border-radius: 5px;
    display: none;
    padding: 20px;
    text-align: center;
    margin: 15px 0 15px 0
}

.opt-in-out-wrapper .box_action button {
    margin-top: 15px
}

.dnt-instructions-wrapper {
    margin: 40px 0 20px;
    background: #f5f5f5;
    border-radius: 5px;
    padding: 20px
}

.dnt-instructions-wrapper .dnt-instructions-dropdown {
    width: auto;
    padding: 0
}

.dnt-instructions-wrapper > h3 {
    text-align: left;
    margin: 15px 0
}

.dnt-instructions-wrapper .dnt_instruction {
    text-align: center
}

.dnt-instructions-wrapper .dnt_instruction h3 + p {
    font-size: .8em;
    font-style: italic;
    font-weight: 600
}

.dnt-instructions-wrapper .dnt_instruction li, .dnt-instructions-wrapper .dnt_instruction p:last-child {
    text-align: left
}

.dnt-instructions-wrapper .dnt_instruction img {
    max-width: 95%
}

.dnt-instructions-wrapper .dnt_instruction[class*="mobile"] img {
    max-width: 80%
}

.legalSection.extraLinks > div:first-child {
    margin-bottom: 10px
}

.legalSection.extraLinks img {
    height: 10px;
    margin-bottom: 4px
}

.popup-supported-browsers {
    display: none;
    width: 600px;
    max-width: 90%;
    max-height: 90%;
    overflow: auto;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 15px 30px;
    background: #eaeaea;
    border-radius: 5px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3)
}

.footer-container-wrapper {
    position: relative
}
