<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* NEWQUEST GDPR account information */
.newquest_gdpr_account_informations {
    position:relative;
    background-color: #000;
    display:table;
    margin-bottom:20px;
    width:100%;
    height:auto;
    font-size:12px;
}
.newquest_gdpr_account_informations p {
    position:relative;
    text-align:center;
    padding:15px 10px;
    max-width:100%;
    color: white;
    display:table-cell;
}
.newquest_gdpr_account_informations .close_cross {
    position:absolute;
    right:10px;
    top:50%;
    margin-top:-20px;
    padding:10px;
    cursor:pointer;
}
.newquest_gdpr_account_informations .close_cross img {
    width:22px;
    height:auto;
}
/* END NEWQUEST GDPR account information */</pre></body></html>