.twitter-typeahead {
  width: 100%;
}
.tt-menu {
  width: 100%;
}
.tt-dataset {
  max-height: 205px;
  border: 1px solid #ddd;
  background: #fff;
  overflow-y: auto;
}
.tt-suggestion {
  margin: 5px 0;
  padding: 5px 10px;
  background: #fff;
}
.tt-suggestion i {
  margin: 0 9px;
  color: #9e9e9e;
}
.tt-suggestion:hover {
  background: #eee;
}
.tt-highlight {
  display: inline !important;
  color: #ef5350 !important;
  font-weight: normal;
  font-size: 13px !important;
}
.tt-cursor {
  cursor: pointer;
}
.tt-hint {
  color: #ddd;
}
