#autocomplete-list {
position: absolute;
background: white;
border: 1px solid #ccc;
max-height: 200px;
overflow-y: auto;
margin-top: 2px;
padding: 0;
list-style: none;
z-index: 1000;
width:100%;
}

#autocomplete-list li {
padding: 8px;
cursor: pointer;
}

#autocomplete-list li:hover {
background: #f0f0f0;
}

.autocomplete-list-wrapper {
position: relative;
}