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

div.category {
    flex-basis: 25%;
    margin-bottom: 30px;
    text-align: center;
}

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

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

    div.category img {
        width: 175px;
        height: 124px;
    }

    div.category &gt; div.caption {
        width: 100%;
        text-align: center;
    }

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

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

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