
div.np-newsThumbnail{
    width:130px;
    height: 100px;
    margin-right: 20px;
    float:left;
}

div.np-news-summary-container{
    margin-bottom: 10px;
    float: left;
    width:60%;
}


div.np-news-summary-container h5 a,
div.np-news-summary-container h5 a:hover
{
    color: #8f8f8f;
}
ul.newsArticles{
    
    width:785px;
    padding:0;
}
ul.newsArticles li{
    width:calc(48%);
    height: 150px;
    /*margin:0;*/
    padding: 5px;
    float:left;
    background: #ffffff;
}

ul.newsArticles li{
    list-style-type:none;
}

article.full-article{
    background: #ffffff;
}