/*automated css*/
.typeahead {
	z-index: 99999;
	position: absolute;
	width: 100%;
	background: white;
	margin-top: 4px;
	padding: 0px;
	list-style: none;
	box-shadow: 0 5px 10px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 5px 10px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 5px 10px 0px rgba(0,0,0,0.2);
	-o-box-shadow: 0 5px 10px 0px rgba(0,0,0,0.2);
	-ms-box-shadow: 0 5px 10px 0px rgba(0,0,0,0.2);
}

.typeahead li {
	word-wrap: break-word;
}

.typeahead a {
	display: block;
	padding: 0.5em 0.7em;
	text-decoration: none;
	color: #333;
	font-size: 16px;
	line-height: 20px;
}

.typeahead > .active > a, .typeahead > .active > a:hover, .typeahead > .active > a:focus {
	padding: 0.5em 0.7em;
	text-decoration: none;
	outline: 0;
	background: #f1f1f1;
	font-size: 16px;
}
.serui li{display: inline-block;color: #2440b3; padding:10px 10px 5px 0; font-size: 16px;}
.serui li a{color: #195ea3; text-decoration: none;}