.typeahead,
.tt-query,
.tt-hint {
	width: 100%;
	height: 37px;
	padding: 8px 10px;
	font-size: 15px;
	line-height: 19px;
	border: 1px solid #cacaca;
	outline: none;
}
.typeahead {background: #fff;}
.twitter-typeahead{display: block !important;}
.typeahead:focus {border: 1px solid #3eb368;}
.tt-hint {color: #909090;}
.tt-menu {
	width: 100%;
	background: #fff;
	border: 1px solid #cacaca;
	border-top:none;
	-webkit-box-shadow: 0 0 7px rgba(0,0,0,0.20);
	box-shadow: 0 0 7px rgba(0,0,0,0.20)
}
.tt-suggestion {
	padding: 7px 11px;
	font-size: 15px;
	line-height: 19px;
}
.tt-suggestion:hover {
	cursor: pointer;
	color: #fff;
	background: #3eb368;
}
.tt-suggestion.tt-cursor {
	color: #fff;
	background: #3eb368;
}
.tt-suggestion p{margin: 0;}
.gist {font-size: 14px;}
#custom-templates .empty-message {
	padding: 5px 10px;
	text-align: center;
}
#multiple-datasets .league-name {
	margin: 0 20px 5px 20px;
	padding: 3px 0;
	border-bottom: 1px solid #ccc;
}
#scrollable-dropdown-menu .tt-menu {
	max-height: 150px;
	overflow-y: auto;
}
#rtl-support .tt-menu {text-align: right;}