.autocomplete {
  position: absolute;
  background: #fff;
  border: 1px solid #888;
  width:200px;
  list-style-type: none;
  z-index: 52;
}

.autocomplete li {
  padding: 2px;
  margin: 0;
}

.autocomplete li.selected {
  background: #008;
  color: #fff;
}