h1 {
    font-size: 1.8rem; 
    margin-bottom: 1rem;
}
.item {
    border-bottom: 1px solid #ddd;
    padding: 1rem 0;
}
.item:last-child {
    border: none;
}
.item h3 {
    margin: 0 0 .4rem;
    font-size: 1.1rem;
}
.item h3 a {
    color: #0066cc;
    text-decoration: none;
}
.item h3 a:hover {
    text-decoration:
    underline;
}
.meta {
    color: #777;
    font-size: .9rem;
    margin-bottom: .3rem;
}