.twitter-typeahead {
  width: 100%
}

.tt-menu {
  width: 100%;
  border: 1px solid #eee;
  border-top: none;
  height: 9rem !important;
}

.tt-suggestion {
  padding: 10px 5px;
  background: #fff;
  border-bottom: 1px solid #eee;
  cursor: pointer
}

.tt-cursor,
.tt-suggestion:hover {
  background: #f5f5f5
}

.twitter-typeahead {
  width: 100%
}

.tt-hint {
  opacity: .3 !important
}