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

    div.itemGroup &gt; div.img {
        flex-basis: 41%;
    }

    div.itemGroup &gt; div.text {
        flex-basis: 59%;
        padding-left: 11px;
    }

    div.itemGroup img {
        width: 285px;
        height:auto;
        /*height: 102px;*/
    }

div.text {
    margin-bottom: 7px;
}

    div.text &gt; h2 {
        font-size: 17px;
        color: #000;
        font-weight: bold;
        margin-bottom: 3px;
        margin-left: -11px;
    }

        div.text &gt; h2 span.tm,
        div.text &gt; h2 span.rtm {
            top: -5px;
        }

    div.text a {
        font-weight: bold;
        display: inline-block;
        margin-bottom: 2px;
        color: #000;
    }

    div.text &gt; div.descr {
        margin-bottom: 3px;
    }

    div.text &gt; div.columns {
        display: flex;
        flex-flow: row;
        width: 100%;
    }

        div.text &gt; div.columns &gt; div.oneColumn {
            flex-basis: 100%;
        }

        div.text &gt; div.columns &gt; div.twoColumn {
            flex-basis: 50%;
        }

        div.text &gt; div.columns &gt; div.threeColumn {
            flex-basis: 33%;
        }

div.groupRule {
    height: 1px;
    background-color: #999;
    margin-top: 10px;
    margin-bottom: 18px;
    width: 780px;
}
</pre></body></html>