.js-toolset-maps-distance-value {
width: 100px;
}
.js-toolset-maps-distance-center {
width: 100px;
} .ui-autocomplete {
padding: 0;
margin: 0;
list-style: none;
position: absolute;
z-index: 10000;
border: 1px solid #5b9dd9;
box-shadow: 0 1px 2px rgba(30, 140, 190, 0.8);
background-color: #fff;
}
.ui-autocomplete .ui-state-focus {
background-color: #ddd;
}
.ui-autocomplete li {
margin-bottom: 0;
padding: 4px 10px;
white-space: nowrap;
text-align: left;
cursor: pointer;
}