﻿.twitter-typeahead .tt-hint {
    display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    border: 1px solid transparent;
    border-radius: 4px;
    width: 100%;
}

.twitter-typeahead {
    width: 100%;
}

.tt-dropdown-menu{
	min-width:160px;
	margin-top:2px;
	padding:5px 0;
	background-color:#fff;
	border:1px solid #ccc;
	*border-right-width:2px;
	*border-bottom-width:2px;
	border-radius:6px;
	box-shadow:0 5px 10px rgba(0,0,0,0.2);
	background-clip:padding-box;
	max-height:256px;
	overflow-y:auto;
	white-space:nowrap
}
.tt-suggestion{
	display:block;
	padding:3px 10px
}

.tt-suggestion.tt-cursor{
	color:#fff;
	background-color:#0081c2
}

.tt-suggestion.tt-cursor a{
	color:#fff
}

.tt-suggestion p{
	margin:0
}