 

 ul.news-list li{
    margin-bottom:1em;
    padding-bottom:1em;
    border-bottom: 1px solid #f1f1f1;
 }

 .news-item-title {
    font-weight: bold;
     margin: 0px;
 }
 .news-item-date {
    font-size:86%;
 }

 .news-item-title a {
    margin:0 !important;
    font-weight: bold;
 }
 .news-item-deck {
    /* display:none; */
}

h2 {
   padding-bottom:12px;
   margin-bottom:12px;
   border-bottom: 1px solid #cccccc;
}