.no-matches {
  position: absolute;
  border: 1px solid #ddd;
  background-color: white;
  line-height: 30px;
}

.no-matches span {
  margin-left: 6px;
}
.matching-spinner {
  border: 1px #DDD solid;
  /*position: absolute;*/
  line-height: 30px;
  z-index: 1;
  height: 30px;
  text-align: center;
}

.matching-spinner img {
  height: 16px;
  width: 16px;
}

.ui-autocomplete { max-height: 300px; overflow-y: auto; overflow-x: hidden; }