<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media(min-width:1260px) {

    div.featured {
        width: 230px;
    }

        div.featured img {
            width: 230px;
            height: 161px;
        }

        div.featured &gt; a.caption {
            width: 230px;
            font-size: 15px;
        }

        div.featured span.tm,
        div.featured span.rtm {
            top: -4px;
        }

    div.featuredSeparator {
        height: 178px;
    }

    html[data-useragent*='Trident'] div.featuredSeparator {
        margin-left: 35px;
    }

    div.featuredRule {
        width: 996px;
    }
}
</pre></body></html>