.news { 
    text-align: left;
}

.news .article { 
    margin: 10px 0;

    clear: left;

    padding-top: 10px;
}

#home-articles .news .article-cs .heading a { 
    color: #949BA9;
}

#home-articles .news .article-ua .heading a { 
    color: #7480D5;
}

.news .article .image { 
    float: left;

    width: 55px;
    height: 55px;

    margin-right: 15px;
}

.news .article .heading { 
    font-size: 12pt;
    font-weight: bold;

    margin: 0;
    padding: 0;

    display: inline;
}

.news .article .heading a { 
    color: #717171;
}

.news .article .description { 
    margin: 0;
    padding: 0;
}

.news .date { 
    font-size: 0.8em;
    color: #444;

    display: block;

    margin-left: 0em;
}

.news .date .year { 

}

.news .next, .news .previous { 
    font-size: 1.1em;
    font-weight: bold;
}

.news .next { 
    float: right;
}

.news .previous { 
    float: left;
}

.news .page-list { 
    text-align: center;

    float: left;

    width: 80%;
}


.brief-news .article .heading { 
    font-size: 9pt;
    font-weight: bold;

    margin: 10px 0 0 0;
    padding: 0;
}
