.easy-autocomplete {
	width: 100% !important;
	position: relative;
}
.easy-autocomplete-container {
	left: -34px;
	top: 100%;
	position: absolute;
	width: calc(100% + 34px);
	z-index: 2;
}
.easy-autocomplete-container ul {
	background: #fff;
	display: none;
	margin: 0;
	padding: 0;
	border-radius: 10px;
	overflow: hidden;
}
.easy-autocomplete-container ul li, .easy-autocomplete-container ul .eac-category {
	display: block;
	font-size: 14px;
	font-weight: normal;
}
.easy-autocomplete-container ul li:last-child {
	border-radius: 0 0 2px 2px;
	border-width: 0 1px 1px;
}
.easy-autocomplete-container ul li.selected {
	background: none repeat scroll 0 0 #ebebeb;
	cursor: pointer;
}
.easy-autocomplete-container ul li.selected div {
	font-weight: normal;
}