.autocomplete-dropdown {
	background: white;
	margin: 0px;
	padding: 0px;
	z-index: 999;
	list-style-type: none;
	width: calc(100% - ( 20px));
	padding-rigth: 10px;
	max-height: 170px;
	overflow: auto;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 5px;
}

.autocomplete-dropdown-element {
	cursor: pointer;
	list-style-type: none;
	width: 100%;
	min-height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border-bottom: 1px solid #ccc;
	list-style-type: none;
}

.autocomplete-dropdown-element:HOVER {
	background: #e6e6e6;
}