@charset "utf-8";

/**
 * Блок новостей
 */

#news h1 {
    font-size: 182%;
    margin-bottom: 0.6em;
}
#news .news-item {
    font-size: 93%;
    margin-bottom: 0.7em;
    position: relative;
}
#news h6 {
    font-weight: bold;
}
#news .news-item q {
    position: absolute;
    text-align: center;
    font-size: 75%;
    padding: 0.25em 0.75em;
    background-color: #3f8431;
    color: white;
    margin-right: 100%;
    right: 0.5em;
}
#news .news-item q.warn {
    background-color: #d2232a;
}
#news .column1, #news .column2 {
    width: 45%;
    position: relative;
}
#news .column1 {
    float: left;
}
#news .column2 {
    float: right;
}
