.autocomplete{
  border: 1px solid #000;
  background-color: #FFF;
}


.autocomplete li:hover{
  background: #555;
  color: #DDD;
}
