<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.container {
    padding-right: 0px;
    padding-left: 0px !important;
}
#content {
    padding-left: 0px !important;
}
    @media (min-width: 576px) {
        .ep-container {
            max-width: 100%;
        }
    }

    @media (min-width: 767px) {
        .container {
            /*width: 940px;
            */
        }

        html {
            /*padding: 3px;*/
            background-color: #F2F2F2;
        }
    }

    @media (min-width: 992px) {
        .container {
            width: 940px;
        }
    }

    /********************************************** Menu bar ************************/
.menu-bar-outer {
    background: #f2f2f2 !important;
    display:block !important;
}
.simple-responsive-banner-component.module-breadcrumb {
    background: #f2f2f2 !important;
    color: #4d4d4d !important;
    line-height: 34px;
    font-size: inherit !important;
    min-height: auto !important;
    font-family: Verdana,Arial,sans-serif !important;
}
    .simple-responsive-banner-component.module-breadcrumb .breadcrumb {
        color: #4d4d4d !important;
        padding-left: 5px !important;
        font-weight: normal !important;
    }

    .simple-responsive-banner-component.module-breadcrumb .current {
        color: #4d4d4d !important;
        font-weight: bold !important;
        font-family: Verdana,Arial,sans-serif !important;
    }
        .simple-responsive-banner-component.module-breadcrumb .current a {
            color: #4d4d4d !important;
        }
    .simple-responsive-banner-component.module-breadcrumb .breadcrumb:after {
        border-left: 0.5em solid black !important;
    }
 
.glyphicon {
    font-family: 'Glyphicons Halflings' !important;
}
@media (max-width: 767px) {
    .breadCrumbs a.glyphicon, .breadCrumbs a.visible-xs {
        display: inline-block !important;
        font-size: 97% !important;
    }
    .visible-xs {
        display: inline !important;
    }
}
 </pre></body></html>