.twitter-typeahead{
  width: 100%;
  display: block!important;
}

.twitter-typeahead .tt-query,
.twitter-typeahead .tt-hint {
  margin-bottom: 0;
}

.tt-menu {
  background: #fff!important;
  width:100%;
  border: 1px solid #e7e7e7;
  box-shadow: 0 1px 1px rgba(0,0,0,0.1);
  padding: 0;
}

.tt-suggestion {
  display: block;
}

.tt-suggestion p {
  margin: 0;
}