.open_preferences_center {
    text-decoration: underline;
}
.cc-nb-text {
    margin-bottom: 0 !important;
}
.cc-nb-title-container {
    display: none !important;
}
.termsfeed-com---palette-dark.termsfeed-com---nb {
    background: rgba(51,51,51,.8) !important;
    max-width: none;
    width: 100%;
}
.cc-nb-main-container {
    display: none !important;
    justify-content: center;
    align-items: center;
    padding: 1rem !important;
}
.cc-nb-okagree,
.cc-nb-reject {
    color: #FFFFFF !important;
    margin-right: 5px !important;
}
.termsfeed-com---reset .cc-nb-text a {
    color: #FFFFFF !important;
    text-decoration: underline !important;
}
.cc-nb-buttons-container {
    margin-left: 20px;
    display: flex !important;
}
.cc-pc-container,
.termsfeed-com---palette-dark .cc-pc-head,
.termsfeed-com---palette-dark .cc-cp-body,
.termsfeed-com---palette-dark .cc-cp-foot
{
    background: rgba(51,51,51,.8) !important;
}
.cc-cp-foot-save {
    color: #FFFFFF !important;
}
.cc-pc-head-lang-select {
    display: none !important;
}
.termsfeed-com---reset label {
    color: #FFFFFF !important;
}

@media screen and (max-width: 640px) {
    .cc-nb-main-container {
        flex-direction: column;
    }
    .cc-nb-text {
        text-align: center;
    }
    .cc-nb-buttons-container {
        margin-top: 10px;
        margin-left: 0;
    }
}
