#autocompleteList {
    max-height: 200px;
    overflow-y: auto;
    z-index: 1000;
}

.list-group-item {
    cursor: pointer;
}

.list-group-item:hover {
    background-color: #f0f0f0;
}