ul.autocompleter-choices {
  position: absolute;
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid #ddd;
  background-color: #fff;
  text-align: left;
  z-index: 50;
  background-color: #fff;
}

ul.autocompleter-choices li {
  position: relative;
  margin: -2px 0 0 0;
  padding: 0.2em 0.5em 0.2em 0.5em;
  display: block;
  float: none !important; 
  font-weight: normal;
  white-space: nowrap;
  font-size: 1em;
  line-height: 1.5em;
}

ul.autocompleter-choices li a { text-decoration: none; }

ul.autocompleter-choices li.autocompleter-selected { background-color: #80c642; color: #fff; }

ul.autocompleter-choices span.autocompleter-queried {
  display: inline;
  float: none;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

input.autocompleter-loading { background: url(/images/spinner.gif) no-repeat right 50%; }
