/* news items */
.news-item h3 {
    font-size: .8em;
    color: #666;
    margin-bottom: 0.4em;
}

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

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