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

    div.imageGrid div.imageLink {
        flex-basis: 25%;
        text-align: center;
        margin-bottom: 40px;
    }

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

        div.imageGrid div.imageLink a {
            display: inline-block;
        }

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

        div.imageGrid div.imageLink img {
            width: 100px;
            height: 100px;
        }

        div.imageGrid div.imageLink &gt; a.caption {
            font-size: 13px;
            font-weight: bold;
            text-decoration: none;
            color: #000;
            width: 127px;
            display: inline-block;
        }

        div.imageGrid div.imageLink:hover a.caption {
            color: #d4232d;
        }</pre></body></html>