.twitter-typeahead {
    display:block!important;
    width: 100%!important;
}
.tt-menu, .gist {
  text-align: left;
}
.tt-menu {
  width: 100%;

  margin: 1px 0;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
     -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
          box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.tt-menu:after{
	content:'';
	border-left:6px solid transparent;
	border-right:6px solid transparent;
	border-bottom:6px solid #fff;
	position:absolute;
	top:-6px;
	left:10px;
}
.tt-suggestion {
  padding: 10px 20px;
  font-size: 14px;
  line-height: 24px;
  border-bottom:1px solid #eee;
  color:#333;
}

.tt-suggestion:hover {
  cursor: pointer;
  color: #fff;
  background-color: #0097cf;
}

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0097cf;

}

.tt-suggestion p {
  margin: 0;
  font-size:11px;
  line-height:1.1;
}

.tt-suggestion h3 {
  margin: 0;
  padding:0;
  font-size:16px;
}

.gist {
  font-size: 14px;
}
.empty-message{
  padding:10px;
}
