﻿.twitter-typeahead {
	position:relative;
	display:block!important;
}
.typeahead, .tt-query, .tt-hint {
	padding: 8px 10px;
	line-height:13px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	outline: none;
}
.typeahead {
	background-color: #fff;
}
.typeahead:focus {
	border: 2px solid #0097cf;
}
.tt-hint {
	color: #999
}
.tt-menu {
	width: 100%!important;
	margin-top:45px;
	padding: 5px 5px;
	background-color: #fff;
	border: 4px solid #c9dade;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.tt-suggestion strong {
	font-family: 'open_sansbold', arial, san-serif;
	font-weight: normal;
	font-size: 14px;
	color: #018a96;
}
.tt-suggestion {
	padding: 8px 8px;
	font-size: 13px;
	line-height: 18px;
	font-family: 'open_sansregular', arial, san-serif;
	font-weight: normal;
	border-bottom: 0px solid #a8e5ea;
}
.tt-suggestion:hover, .tt-suggestion:focus, .tt-suggestion.tt-selectable.tt-cursor {
	cursor: pointer;
	color: #000;
	background-color: #f0f0f0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.tt-suggestion strong:hover {
	color: #23527c;
}
.tt-suggestion.tt-cursor {
	color: #fff;
	background-color: #0097cf;
}
.tt-suggestion p {
	margin: 0;
}
