/* News */

.news {  
    font-size: 10pt;
}

.news_item { 
    background-color: #F4F4F4; 
    margin-bottom: 20px;
    padding: 7px; 
}

.news_item_title { 
    font-family: monospace;
    font-weight: bold;
    font-size: 100%;
}

.news_item_content { 
    font-size: 80%;
}

/* News end */