<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import "main.css";

/* col1_220 */

body &gt; div:nth-of-type(1) &gt; div:nth-of-type(3) &gt; div &gt; div:nth-of-type(1) {
    float: left;
    min-width: 220px;
    margin-right: 20px;
}

/* col2_754 */

body &gt; div:nth-of-type(1) &gt; div:nth-of-type(3) &gt; div &gt; div:nth-of-type(2) {
    float: left;
    max-width: 754px;
    margin-right: 0px;
}

/*====================*/

/* Р±Р»РѕРє РЅР°РІРёРіР°С†РёРё РїРѕ РєР°С‚Р°Р»РѕРіСѓ РЅР° РіР»Р°РІРЅРѕР№ */

.class-rubricator {
    margin-bottom: 20px;
}

.class-rubricator &gt; div:nth-of-type(1) {
    background-color: #00A651;
    padding-top: 3px;
    padding-left: 10px;
    padding-right: 3px;
    padding-bottom: 3px;
    border-radius: 0px;
    border-bottom: 0px solid #cdcdcd;
}

.class-rubricator &gt; div:nth-of-type(1) &gt; h1 {
    margin: 0;
    font-family: Trebuchet MS, Arial;
    font-size: 15px;
    font-weight: bold;
    color: #ffffff;
    letter-spacing: 1px;
}

.class-rubricator &gt; div:nth-of-type(2) &gt; div {
    padding: 5px;
    border-bottom: 1px solid #cdcdcd;
}

.class-rubricator &gt; div:nth-of-type(2) &gt; div &gt; a {
    font-size: 15px;
    color: #111111;
    text-decoration: none;
}

.class-rubricator &gt; div:nth-of-type(2) &gt; div &gt; a:hover {
    text-decoration: underline;
}</pre></body></html>