#sas-search {
    width: 100%;
    padding: 1em 1.5em;
    font-size: 16px;
    border-radius: 0.5em;
    border: 1px solid #e3e3e3;
}

#sas-results {
    display: none;
    list-style: none;
    margin: 0;
    border: 1px solid #ccc;
    top: 2.5em;
    left: 0;
    position: absolute;
    padding: 0.5em 1em;
    background: #FFF;
    border-radius: 0.5em;
    z-index: 1000;
}

#sas-results li {
    padding: 0.3em 1em;
    background: #fff;
    border-bottom: 1px solid #eee;
}

#sas-results li a {
    text-decoration: none;
    color: #333;
    display: block;
}

#sas-results li:hover {
    background: #f2f2f2;
}
