body{
    font-family: 'Roboto',sans-serif;
    }
/*.news{
    width: 300px;
}  */  
.news>h2{
    color: #099;
    font-size: 17px;
    font-weight: 600;
    margin-right: 5px;
    margin-bottom: 15px;
}
.news-item{
    margin-bottom: 15px;
}
.news-item-data{
    color: #099;
    font-size: 13px;
    margin-bottom: 2px;
    font-weight: 600;
}   
.news-item-header-date{
    font-size: 14px;
}
.news-item-header>a, .news-item-header{
    width: 100%;
    font-size: 13px;
    margin-top: 2px;
    line-height: 17px;
    cursor: pointer;
    text-decoration: none;
    color:rgb(90, 87, 87);
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    -ms-transition: .2s;
    transition: .2s;
} 
.news-item-header>a:hover, .news-item-header:hover{
    color: black;
    text-decoration: underline;
} 