/* news items */
#body-newsitem #content h2,
.news-item h3 {
    font-size: .8em;
    color: #666;
    margin-bottom: 0.4em;
    font-weight: 400;
}

.news-item {
    padding-bottom: 22px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 22px;
}

div.last {
    margin-bottom: none;
    border-bottom: none;
}
