<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div.featuredRule {
    height: 1px;
    width: 505px;
    background-color: #999;
    margin-bottom: 10px;
    clear: both;
}

div.featured {
    width: 240px;
    float: left;
}

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

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

    div.featured &gt; div.caption {
        height: 26px;
        text-align: center;
        width: 240px;
        line-height: 25px;
    }

        div.featured &gt; div.caption.twoLine {
            height: 37px;
            line-height: 15px;
        }

        div.featured &gt; div.caption &gt; a {
            color: #000;
            font-size: 17px;
            font-weight: bold;
            text-decoration: none;
        }

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

    div.featured img {
        display: block;
        width: 240px;
        height: 169px;
    }

    div.featured span.tm {
        top: -5px;
    }

div.featuredSeparator {
    width: 0px;
    border-left-style: solid;
    border-left-width: 0px;
    border-left-color: #999;
    height: 187px;
    background-color: #999;
    float: left;
    margin-left: 12px;
    margin-right: 12px;
}
</pre></body></html>