.typeahead-results {
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 100000;
    background: white;
    max-height: 150px;
    list-style-type: none;
    border: 1px solid;
    border-color: #cccccc;
    overflow: auto;
}

.typeahead-results li {
    margin: 0;
    text-align: left;
    cursor: pointer;
    padding: 3px 1em 3px .4em;
}

.typeahead-results li:hover {
    background: #e7e7e7;
}

.typeahead-results-highlighted {
    background: #e7e7e7;
}