.autocomplete ul {
	border: 2px outset;
	background-color: white;
	margin-left: 12px;
	padding: 4px 6px;
	width: 288px;
	height: 180px;
	overflow: auto;
}

.autocomplete li {
	color: #333;
	list-style-type: none;
	padding-left: 3px;
	margin: 0px;
	/* border-bottom: 1px solid black; */
	cursor: pointer;
}

.autocomplete li.selected {
	color: white;
	background-color: #00006E;
	font-weight: bold;
}

.animatedIndicator {
	position: absolute;
	left: 170px;
	margin-top: 12px;
	/* margin-left: 88px; */
}