.suggestor-container {
	position: absolute;
	margin-top: 1px;
}

.suggestor-picker {
	margin: 0;
	padding: 4px 0;
	display: inline-block;
	font-size: 14px;
	background-color: white;
	border: 1px solid #7c7c7c;
	border-radius: 4px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	max-height: 300px;
	overflow-x: hidden;
	overflow-y: auto;
}

.suggestor-suggestion {
	background-color: white;
	color: black;
	list-style: none;
}

.suggestor-suggestion a {
	display: block;
	cursor: pointer;
	color: inherit;
	text-decoration: none;
	white-space: nowrap;
	padding: 4px 8px;
}

.suggestor-suggestion-active {
	background-color: rgb(0, 129, 194);
	background-image: linear-gradient(to bottom, rgb(0, 136, 204), rgb(0, 119, 179));
	background-repeat: repeat-x;
	color: white;
}

.suggestor-picker-id {
	font-weight:bold;
	margin-right: 40px;
	min-width:80px;
}

.suggestor-picker-tooltip {
	color: #808080;
}

.suggestor-suggestion-active .suggestor-picker-tooltip {
	color: #f7f5f5;
}

.suggestor-image {
	margin-right: 5px;
	display: inline-block;
	vertical-align: top;
	border-radius: 2px;
	border: 0;
}
