.easy-autocomplete-container {
  background: white;
  position: absolute;
  width: 384px;
  z-index: 2;
  margin-left: -56px
}

.easy-autocomplete-container ul li, .easy-autocomplete-container ul .eac-category {
  background: inherit;
  border-color: #ccc;
  border-image: none;
  border-style: solid;
  border-width: 0 1px;
  display: block;
  font-size: 14px;
  font-weight: normal;
  padding: 4px 12px;

}
.easy-autocomplete-container ul li:last-child {
  border-radius: 0 0 2px 2px;
  border-width: 0 1px 1px;
}


.easy-autocomplete-container ul li b {
  font-weight: bold;
}
.easy-autocomplete-container ul .eac-category {
  color: #aaa;
  font-style: italic;
}




/*# sourceMappingURL=easy-autocomplete.css.map */
