/*
.search-list
{
	padding: 5px;
	position: absolute;
	background: white;
	border-radius: 3px;
	z-index: 10;
	width: 88%;
}

.search-list-item
{
	min-height: 39px;
	margin-bottom: 8px;
}

.search-list-item img
{
	width: 55px;
	float: left;
	border-radius: 3px;
}

.search-list-item-name
{
	display: block;
	margin-left: 70px;
}*/

span.twitter-typeahead
{
	width: 100%;
}

.input-group span.twitter-typeahead
{
	display: block !important;
}

.input-group span.twitter-typeahead .tt-dropdown-menu
{
	top: 32px !important;
}

.input-group.input-group-lg span.twitter-typeahead .tt-dropdown-menu
{
	top: 44px !important;
}

.input-group.input-group-sm span.twitter-typeahead .tt-dropdown-menu
{
	top: 28px !important;
}

.typeahead,
.tt-query,
.tt-hint
{
	/*width: 396px;
	height: 30px;
	padding: 8px 12px;
	font-size: 14px;
	line-height: 30px;
	border: 2px solid #ccc;
	-webkit-border-radius: 8px;
	   -moz-border-radius: 8px;
			border-radius: 8px;
	outline: none;*/
}

.typeahead
{
	background-color: #fff;
}

.typeahead:focus
{
	border: 2px solid #c9001e;
}

.tt-query
{
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint
{
	color: #999
}

.tt-menu
{
	padding: 10px 0 18px;
	position: absolute;
	left: 0;
	top: 50px;
	width: 100%;
	background: #ffffff;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
}

.tt-suggestion
{
	font-size: 15px;
	color: #000000;
	text-decoration: none;
	display: block;
	padding: 8px 15px;
	border-top: 1px solid #f5f5f5;
	font-family: "PT Serif";
}

.tt-suggestion:hover
{
	cursor: pointer;
	color: #930000;
	background: #f5f5f5;
}

.tt-suggestion.tt-cursor
{
	cursor: pointer;
	color: #930000;
	background: #f5f5f5;
}

.tt-suggestion p
{
	margin: 0;
}