.custom-combobox {
  position: relative;
  display: inline-block;
}
.custom-combobox-toggle {
  margin-left: -1px;
  margin-top: 5px;
  padding: 8px 0px 9px 0px;
}
.custom-combobox-input {
  background: white;
  padding: 4px 10px;
	font-family: inherit;
}
.ui-autocomplete {
  max-height: 400px;
  overflow-y: auto;   /* prevent horizontal scrollbar */
  overflow-x: hidden; /* add padding to account for vertical scrollbar */
  z-index: 1000 !important;
	font-family: inherit;
	color: inherit;
}