.autocomplete-suggestions { cursor: default; border: 1px solid #ccc; border-top: 0; background: #fff; box-shadow: -1px 1px 1px rgba(0,0,0,.1);
	/* core styles should not be changed */
	position: absolute; display: none; z-index: 99999999999; overflow: hidden; overflow-y: auto; box-sizing: border-box; max-height: 11rem;
}
.autocomplete-suggestion { position: relative; padding: .5rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; border-bottom: 1px solid #e0e0e0;}
.autocomplete-suggestion b { font-weight: bold; }
.autocomplete-suggestion.selected { background: #eee; }
