div.here-autocompleter
{
	position: absolute;
	background-color: white;
	z-index: 10;
	width: auto;
    display:inline-block;
	font-size:small;
}

.here-autocompleter-suggestions {
    display:none;
	padding: 7px;
	font-weight: bold;
	border: 1px solid rgb(220, 220, 220);
	border-radius: 2px;
	outline: none;
	background-color: #ffffff;
	list-style: none;
	text-align: left;
	width: auto;
    /*margin-top:0px;*/

}

.here-autocompleter-suggestions li{
	font-family: 'Roboto Condensed', sans-serif;
}

.here-autocompleter-suggestions li{
	padding: 3px;
	padding-left: 5px;
	color: rgb(99, 99, 99);
	background-color: #ffffff;
    font-weight: normal;
	text-decoration: none;
	/*font-size: 2em;*/
}
.here-autocompleter-suggestions img {
	width:24px;
	height: auto;
	padding: 5px;
}

.here-autocompleter-suggestions li:hover {
    cursor:pointer;
	background-color: #f3f1ec;
    /*	border-left: 3px solid #0a68b3;
    background-color: #f3f1ec;*/
}

.li-hover {
	cursor:pointer;
	background-color: #f3f1ec !important;
}


.here-autocompleter-alert {
	display: none;
	color: red;
}

.here-autocompleter-alert.active {
	display: block;
}