<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    background: #fff;
}

#header, #navigation, #footer_bottom {
    display: none;
}

#footer_top .col-md-6 {
    float:none;
    width: 100% !important;
    margin: 0;
}

#footer_top .col-md-6 p {
    max-width: 100% !important;
}

#col_left {
    display: none;
}

#col_right {
    float:none;
    width: 100%;
    margin: 0;
}

#col_right table {
    width: 100% !important;
}

/* homepage specifics */
#banner, #actions, #banner_mob, #mobile_search {
    display:none !important;
}

#home_content .text {
    width: 100%;
    float:none;
}


</pre></body></html>