.autocomplete-suggestions {
	text-align: left;
	cursor: default;
	background: #fff;

	/* core styles should not be changed */
	position: absolute;
	display: none;
	z-index: 9999;
	max-height: 254px;
	overflow: hidden;
	overflow-y: auto;
	box-sizing: border-box;

	left: 0 !important;
	width: 100% !important;
}

.autocomplete-suggestion {
	position: relative;
	font-size: 16px;
	line-height: 32px;
	padding: 8px 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #333;
	cursor: pointer;
}

.autocomplete-suggestion + .autocomplete-suggestion{
	border-top: 1px solid #eee;
}

.autocomplete-suggestion b {
	font-weight: normal;
	color: #1f8dd6;
}

.autocomplete-suggestion.selected {
	background: #f0f0f0;
}
