.bautoCompleteList {
	list-style:none; 
	padding:0px; 
	margin:0px;
	position:absolute;
	z-index:1; 
	visibility:hidden;

	border:1px solid rgba(0, 0, 0, 0.15); 
	background:white;
	
	max-height:180px;
	overflow-y:scroll;
}
.bautoCompleteItem { margin:0px; cursor:pointer; padding-left:16px; text-transform:capitalize; }  
.bautoCompleteItem:hover { background: ghostwhite; }