 .autocomplete-suggestions {
    text-align: left; 
	cursor: default; 
	border: 1px solid #ccc; 
	border-top: 0; 
	background: #fff; 
	box-shadow: -1px 1px 3px rgba(0,0,0,.1);
    position: absolute; display: none; z-index: 9999; max-height: 90vh; /*max-height: 254px;*/ overflow: hidden; overflow-y: auto; box-sizing: border-box;
}
.autocomplete-suggestion { 
	position: relative; 
	padding: 5px .6em; 
	line-height: 23px; 
	white-space: nowrap; 
	overflow: hidden; 
	text-overflow: ellipsis; 
	font-size: 0.9em!important; 
	color: #333;
	cursor: pointer!important
}
.autocomplete-suggestion img{ 
	width: 100%;
	border: 1px solid #ccc
}	

.autocomplete-suggestion em{ 
	color: #bbb
}
.autocomplete-suggestion i{ 
	color: #ff0000;
	font-weight: normal;
}
.autocomplete-suggestion.selected i{ 
	 color:#fff!important
}
  
.autocomplete-suggestion b { font-weight: bold; color: #B40607!important; }
.autocomplete-suggestion.selected { background: #B40607; color:#fff  }
.autocomplete-suggestion.selected b { color:#fff!important  }
