ul.news-index {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.news-index li {
    position: relative;
    padding: 10px 0 10px 0;
    border-bottom: 2px dotted #95dafb;
}

ul.news-index div {
    position: relative;
    height: 110px;
    padding-left: 90px;
}

html > body ul.news-index div {
    height: auto;
    min-height: 110px;
}

ul.news-index .thumbnail {
    float: left;
    margin: 0 10px 20px -10px;
    background: white;
    border: 1px solid #95dafb;
}

.date {
    color: #888a85;
    font-size: 0.85em;
}

blockquote.excerpt {
    padding: 0 0 0 2em;
    font-style: italic;
    color: #0788cc;
}

.leader {
    margin-top: 8px;
    padding-top: 8px;
    font-weight: bold;
    border-top: 1px solid #95dafb;
}
