/* .bs-example {
	font-family: sans-serif;
	position: relative;
	margin: 100px;
} */
.typeahead, .tt-query, .tt-hint {
	color: #fff;
	border: none;
	border-radius: 0 20px 20px 0;
	font-size: 0.8em;
	outline: none;
	width: 300px;
	
	height: 30px;
	padding: 5px 20px 5px 20px;
    margin-right: 50px;
    box-shadow: 5px 5px 10px #aaaaaa;
    font-style: italic;
 	
}
.typeahead:focus {
	border: 2px solid #0097CF;
} 
.tt-query {
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.navbar .form-control.tt-hint {
	color: #ccc;
	padding: 14px 14px 8px 17px;
}
.tt-menu {
	background-color: #fff;
	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: 12px;
	padding: 8px 0;
	width: 650px;
}
.tt-suggestion {
	font-size: 16px;
	padding: 3px 20px;
}
.tt-suggestion:hover, .tt-suggestion.tt-cursor {
	cursor: pointer;
	background-color: #0097CF;
	color: #FFFFFF;
}
.tt-suggestion p {
	margin: 0;
}
.tt-suggestion-location {
    float: right;
}

.tt-suggestion-environment {
}