.easy-autocomplete-container {
	top: 59px;	
	left: -15%;
	right: 0px;
	max-width:600px;
	border-radius: 5px 5px 0px 0px;
	width:600px;
}

.easy-autocomplete-container ul li {
	line-height: 35px;
	text-align: left;
	white-space: nowrap;
}

.easy-autocomplete-container ul {
	border: none;
}

.easy-autocomplete {
	width: auto !important;
}

.easy-autocomplete-container {
	display: inline-table;
	margin-left: 23.3%;
}

.easy-autocomplete-container ul li b {
	color: #000;
}