/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Oct 16 2025 | 15:47:53 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 



.cc-nb-title-container {
display: none!important;
}

.privacypolicy---nb-headline {
    position: fixed !important;
}

div#privacypolicy---nb {
    text-align: center!important;
    padding: 10px!important;
    display: flex!important;
    justify-content: center!important;
	width: 100%;
}

.privacypolicy---palette-light .cc-cp-foot-save {
	background: #242424!important;
	margin:1em!important;
}

.privacypolicy---palette-light.privacypolicy---nb {
    background-color: #f2f2f2!important;
    color: #111!important;
}
.privacypolicy---nb {
    overflow: auto;!important;
    z-index: 9999!important;
    font-size: 16px!important;
}

.cc-nb-main-container{   
 align-items: center!important;
 width: 70%;
}

.privacypolicy---nb .cc-nb-main-container {
    padding: 0.8rem!important;;
    padding-bottom: 0.3rem!important;
}



.privacypolicy---palette-light .cc-nb-okagree {
    color: white!important;
    background-color: black!important;
    border: 1px solid black!important;
    margin-top: 10px!important;
    margin-right: 10px !important!important;
    padding-left: 30px!important;
    padding-right: 30px!important;
}

.privacypolicy---palette-light .cc-nb-reject {
    color: black!important;
    background-color: white!important;
    border: 1px solid black!important;
    padding-left: 30px!important;
    padding-right: 30px!important;
    margin-top: 10px!important;
    margin-right: 10px !important!important;
}

.privacypolicy---palette-light .cc-nb-changep {
    color: black!important;
    background-color: white!important;
    border: 1px solid black!important;
    margin-top: 10px!important;
    margin-right: 10px !important;!important;
}

.privacypolicy---nb .cc-nb-okagree, .privacypolicy---nb .cc-nb-reject, .privacypolicy---nb .cc-nb-changep {
    font-weight: bold!important;
    font-size: 14px!important;
    margin-right: 0rem !important;
    margin-bottom: 0rem !important;
}


@media (min-width: 768px){
.cc-nb-text-container{
    float: left;
    width: 66.66666667%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-right: 20px;
    padding-left: 80px;
	text-align: left;
}


.cc-nb-buttons-container{
    float: left;
    width: 33.33333333%;
    margin-top: 10px;
}}

@media (max-width: 320px), (max-height: 480px){
.privacypolicy---nb .cc-nb-main-container {
    padding: 0.1rem!important;
    padding-bottom: 0.1rem!important;
}
div#privacypolicy---nb {
    height: 380px;
    padding: 0px!important;
}
.cc-nb-main-container {
    width: 90%;
}
}