.news-item {
    border: 1px solid #ccc;
    padding: 14px;
    border-radius: 10px;
    margin-bottom: 18px;
    background: #fff;
}

.news-item h2 {
    margin-top: 0;
}

.news-item .date {
    font-size: 0.85em;
    color: #777;
    margin-bottom: 10px;
}

a.btn {
    margin-left: 0em;
}