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

/* блок навигации по новым программам */

.comment-list {
    min-width: 336px;
    margin-bottom: 20px;
}

.comment-list &gt; div:nth-of-type(1) {
    background-color: #ffffff;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    border-radius: 0px;
    border-bottom: 0px solid #cdcdcd;
    margin-bottom: 20px;
}

.comment-list &gt; div:nth-of-type(1) &gt; div:nth-of-type(1) {
    height: 10px;
    border-bottom: 0px solid #5d5d5d;
}

.comment-list &gt; div:nth-of-type(1) h1 {
    margin: 0;
    font-family: Trebuchet MS, Arial;
    font-size: 29px;
    font-weight: bold;
    color: #1874cd;
    letter-spacing: 1px;
}

.comment-list &gt; div:nth-of-type(2) &gt; div {
    padding-bottom: 20px;
    border-bottom: 1px solid #cdcdcd;
    margin-bottom: 20px;
}

.comment-list &gt; div:nth-of-type(2) &gt; div &gt; div:nth-of-type(1) {
    float: left;
    height: 32px;
    width: 52px;
}

.comment-list &gt; div:nth-of-type(2) &gt; div &gt; div:nth-of-type(2) {
    overflow: auto;
    clear: right;
    /*display: table-cell;*/
    min-height: 33px;
    vertical-align: top;
    overflow-wrap: break-word;
}

.comment-list &gt; div:nth-of-type(2) &gt; div &gt; div:nth-of-type(2) &gt; div:nth-of-type(1) {
    padding-bottom: 10px;
}

.comment-list &gt; div:nth-of-type(2) &gt; div &gt; div:nth-of-type(2) &gt; div:nth-of-type(2) {
    padding-bottom: 10px;
}

.comment-list &gt; div:nth-of-type(2) &gt; div &gt; div:nth-of-type(2) &gt; div:nth-of-type(3) {
    font-size: 12px;
    color: gray;
    padding-bottom: 0px;
}

.comment-list &gt; div:nth-of-type(2) &gt; div &gt; div:nth-of-type(2) &gt; div:nth-of-type(3) span {
    font-size: 12px;
    color: red;
}

.comment-list &gt; div:nth-of-type(2) &gt; div &gt; div:nth-of-type(2) &gt; div:nth-of-type(1) a {
    margin: 0;
    font-family: Trebuchet MS;
    font-size: 19px;
    color: #E15038;
    text-decoration: none;
    font-weight: bold;
}

.comment-list &gt; div:nth-of-type(2) &gt; div &gt; div:nth-of-type(2) &gt; div:nth-of-type(1) a:hover {
    text-decoration: underline;
}

.comment-list &gt; div:nth-of-type(2) &gt; div &gt; div:nth-of-type(2) &gt; span:nth-of-type(1) {
    font-family: Arial;
    font-size: 13px;
    color: #111111;
    text-decoration: none;
    font-weight: normal;
    line-height: 1.5;
}

.comment-list &gt; div:nth-of-type(2) &gt; div &gt; div:nth-of-type(2) &gt; div:nth-of-type(1) {
    padding-top: 10px;
}

.comment-list &gt; div:nth-of-type(2) &gt; div &gt; div:nth-of-type(2) &gt; div:nth-of-type(1) span {
    font-family: Arial;
    font-size: 13px;
    color: gray;
    text-decoration: none;
    font-weight: normal;
    line-height: 0;
}

/* col1_638 */

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

/* col2_336 */

body &gt; div:nth-of-type(1) &gt; div:nth-of-type(3) &gt; div &gt; div:nth-of-type(2) {
    float: left;
    width: 336px;
}</pre></body></html>