﻿#content .news-list {
    padding:0;
}
#content .news-item {
    padding:0 0 15px 0;
    list-style:none;
}
#content .publication-date {
    float:left;
    width:100px;
    font-weight:bold;
    color:#28d200;
}
#content .news-title {
    float:left;
    width:344px;        
}
    #content .news-title a {
    }
.spacer {
    clear:both;
    display:block;
    width:100%;
    height:0px;
    border-bottom:solid 1px #c5c5c5;
    padding-top:15px;
}
