<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .menu-section &gt; .inner-row.ie {
        right: 50%;
        transform: translateX(50%);
    }

    .header-main-nav &gt; ul &gt; li &gt; a {
        height: 80px;
    }

    .pbtn, .pbtn:link {
        height: 45px;
    }

    .tabs-section &gt; .inner-row &gt; ul &gt; li &gt; a{
        height:80px;
    }
    .product-overview-holder{
        max-width:calc(100% - 320px)!important;
    }
    .step-email &gt; div.row{
        width:100%;
        max-width:480px;
    }
    .wizard-alert{
        height:60px;
    }
    
}



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