.autocomplete-suggestions {
    text-align: left; cursor: default; border: 0.25em solid #f4f45f; border-top: 0; background: #fff; margin-top: 0.5em;

    /* core styles should not be changed */
    position: absolute; display: none; z-index: 9999; max-height: 10em; overflow: hidden; overflow-y: hidden; box-sizing: border-box;
}
.autocomplete-suggestion {font-family: 'Paytone One'; position: relative; padding: 0 .6em; line-height: normal; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 1.5em; color: #222; background-color: #f4f45f; border: 0; text-transform: uppercase;}
.autocomplete-suggestion b { font-weight: 800; color: #222; }
.autocomplete-suggestion.selected { background: #f4f45f; color: #222; border-style: solid; border-width: 0.1em;}

