  ﻿body {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    line-height: 1.5;
    color: #666;
}

#resultsContainer {
    background:#e9e9e9;
    padding:1rem;
    max-width:95rem;
    margin:4rem auto;
}
#resultsContainer a {
    line-height: inherit;
    color: #0B2404;
    text-decoration: none;
    cursor: pointer;
}
    #resultsContainer a:hover {
        color: #76A226;
    }
.searchItem {
    background:#FFF;
    padding:1rem;
    margin-bottom:1rem;
}
.resultsBlurb {
    color: #AAA;
}
.resultsPath {
    padding: .5rem 0;
    color: #76A226;
}

.button {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem 0;
    padding: 0.85em 1em;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    font-family: inherit;
    font-size: 0.9rem;
    -webkit-appearance: none;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background-color: #76A226;
    color: #fefefe;
}