﻿.bs-example {
	font-family: sans-serif;
	position: relative;
	
}
.typeahead, .tt-query, .tt-hint {
	border: 2px solid #CCCCCC;	
	outline: medium none;

	
}
.typeahead {
	background-color: #FFFFFF;
}
.typeahead:focus {
	border: 2px solid #0097CF;
}

.tt-hint {
	color: black;
}
.tt-menu {	
	margin-top: 5px;	
	
}
.tt-suggestion {	
    cursor: pointer;
}




.tt-suggestion p {
	margin: 0;
}