.voatt_autocomplete_results {
  position: absolute;
  background: #fff;
  width: 100%;
  top: 100%;
  z-index: 9999;
  color: #000;


  padding: 15px 20px;
  border-radius: 0 0 5px 05px;
  border: 2px solid #d9d9d9 !important;
  margin-top: -5px;
  border-top:none !important;
  max-width: 100%;
  max-height: 300px;
  overflow-y: auto;

}
.voatt_autocomplete_results a {
  cursor: pointer;

  padding: 0;
  list-style-image: none !important;
  margin-bottom: 5px;
  color: #4a4a4a;

}

.voatt-autocomplete-item-wrapper {
  padding: 0;
  display: block;
  font-weight: 500;
  border: 0;
  margin: 0 !important;
  color: #4a4a4a;
  font-family: 'Roboto', sans-serif;
}
.voatt-autocomplete-item-wrapper:hover a {color: #000;}
