.shm-autocomplete-suggestions {
	text-align: left;
	cursor: default;
	border: 1px solid #ccc;
	background: #fff;
	box-shadow: -1px 1px 3px rgba(0, 0, 0, .1);
	/* core styles should not be changed */
	position: absolute;
	z-index: 100002;
	max-height: 344px;
	overflow: hidden;
	overflow-y: auto;
	box-sizing: border-box;
}

.shm-autocomplete-suggestions .shm-ac-sg {
	border-bottom: 1px solid #ddd;
	position: relative;
	padding: 5px .6em;
	line-height: 23px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 0.9em;
	color: #333;
	pointer-events: none;
}

.shm-autocomplete-suggestions .shm-ac-sg[selectable] {
	cursor: pointer;
	pointer-events: auto;
}

.shm-autocomplete-suggestions .shm-ac-sg b {
	font-weight: 700;
}

.shm-autocomplete-suggestions .shm-ac-sg.selected {
	background: #f0f0f0;
}