.bs-example{
	position: relative;
	margin: 100px;
}
.typeahead, .tt-query, .tt-hint {
	border: 0px ;
	border-radius: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	width:100%;
	height:100%;
}
.typeahead {
	background-color: #FFFFFF;
}
/*
.typeahead:focus {
	border: 2px solid  #0097CF;
}
*/
.tt-query {
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	border:1px solid #c6c6c6;
	border-radius:5px;
}
.tt-hint {
	color: #999999;
	font-size: 20px;
    padding-left: 12px;
}
@media (min-width: 1600px) {
	.tt-hint {
		font-size: 20px;
	}
}
.tt-dropdown-menu {
	font-size: 20px;
	background-color: #FFFFFF;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 8px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	margin-top: 6px;
	padding: 5px;
	width: 400px;
	color:#666;
}
.tt-suggestion {
	line-height: 36px;
	padding: 3px 20px;
}
/*
.tt-suggestion.tt-is-under-cursor {
	background-color: #0097CF;
	color: #FFFFFF;
}
*/
.tt-suggestion p {
	margin: 0;
}