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

div.featured {
    flex-basis: 21%;
}

    div.featured &gt; a {
        display: inline-block;
    }

    div.featured img:first-child {
        position: absolute;
    }

    div.featured img {
        width: 175px;
        height: 121px;
    }

    div.featured &gt; a.caption {
        display: block;
        width: 175px;
        text-align: center;
        color: #000;
        font-size: 13px;
        font-weight: bold;
        text-decoration: none;
    }

    div.featured:hover a.caption {
        color: #d4232d;
    }

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

div.featuredSeparator {
    width: 0px;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #999;
    height: 138px;
    margin-left: 10px;
    margin-right: 10px;
}

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

div.featuredRule {
    height: 1px;
    width: 771px;
    background-color: #999;
    margin-bottom: 10px;
    clear: both;
}
</pre></body></html>