span.twitter-typeahead .dropdown-menu {
  position: absolute;
  top: 102%;
  left: 0;
  z-index: 1000;
  display: none;
  width: 8%;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu li a:hover {
}
span.twitter-typeahead .tt-suggestion > p {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
span.twitter-typeahead .tt-suggestion > p:hover,
span.twitter-typeahead .tt-suggestion > p:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}

span.twitter-typeahead {
  width: 50%;
}
.input-group span.twitter-typeahead {
  display: block !important;
}
.input-group span.twitter-typeahead .dropdown-menu {
  top: 32px !important;
}
.input-group.input-group-lg span.twitter-typeahead .dropdown-menu {
  top: 44px !important;
}
.input-group.input-group-sm span.twitter-typeahead .dropdown-menu {
  top: 28px !important;
}

.twitter-typeahead li{
	float:none !important;
	width:100% !important;
	height:20px !important;
	font-family: 'Open Sans', sans-serif;
	font-size:12px !important;
	font-weight:400 !important;
	color:#000 !important;
	-webkit-transition: all .3s ease; 
	-moz-transition: all .3s ease; 
	transition: all .3s ease;
	line-height:20px;
}

.twitter-typeahead li input{
	width:100%;
}

.twitter-typeahead li:last-child{
	float:none !important;
	width:100% !important;
	height:20px !important;
	font-family: 'Open Sans', sans-serif;
	font-size:12px !important;
	font-weight:400 !important;
	color:#000 !important;
	-webkit-transition: all .3s ease; 
	-moz-transition: all .3s ease; 
	transition: all .3s ease;
	line-height:20px;
	text-align:left !important;
}
.twitter-typeahead li a{
	color:#000;
}

.twitter-typeahead li:first-child{
	float:none !important;
	width:100% !important;
	height:20px !important;
	font-family: 'Open Sans', sans-serif;
	font-size:12px !important;
	font-weight:400 !important;
	color:#000 !important;
	-webkit-transition: all .3s ease; 
	-moz-transition: all .3s ease; 
	transition: all .3s ease;
	line-height:20px;
}
.twitter-typeahead li a:first-child{
	color:#000;
}

.twitter-typeahead li:hover{
	float:none !important;
	width:100% !important;
	height:20px !important;
	background-color:#F34242;
	color:#FFF !important;
	font-family: 'Open Sans', sans-serif;
	font-size:12px !important;
	font-weight:400 !important;
	line-height:20px;

}
.twitter-typeahead li a:hover{
	color:#000;
}
