#content .search-results {
    margin-top: 1em;
}

#content .search-result {
    margin-bottom: 2em;
    padding-bottom: 1em;
    border-bottom: 1px solid #e5e5e5;
}

#content .search-result h3 {
    margin-bottom: 0.5em;
}

#content .search-result h3 a {
    color: #a7cf3a;
    text-decoration: none;
}

#content .search-result h3 a:hover {
    text-decoration: underline;
}

#content .search-result p {
    color: #666;
    line-height: 1.5;
}

#content mark {
    background-color: #ffff99;
    padding: 0 2px;
}

#topbar #search input {
    color: #a7cf3a;
}