.tt-menu,
.typeahead {
  background-color: #fff
}

.tt-hint,
.tt-query,
.typeahead {
  width: 396px;
  height: 30px;
  padding: 8px 12px;
  font-size: 24px;
  line-height: 30px;
  border: 2px solid #ccc;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  outline: 0
}

.typeahead:focus {
  border: 2px solid #0097cf
}

.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.tt-hint {
  color: #999
}

.tt-menu {
  width: 422px;
  margin: 6px 0;
  padding: 8px 0;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
}

.tt-suggestion.tt-cursor,
.tt-suggestion:hover {
  color: #fff;
  background-color: #b34638;
}

.tt-suggestion {
  padding: 3px 20px;
  font-size: 18px;
  line-height: 24px
}

.tt-suggestion:hover {
  cursor: pointer
}

.tt-suggestion p {
  margin: 0
}

.gist {
  font-size: 14px
}

.ttmulti-selections {
  width: 100%;
  margin-bottom: -8px;
  line-height: 30px;
  border: 1px solid #ccc;
  outline: 0;
}

.ttmulti-selections li {
  background-color: #fff;
  padding: 8px 20px;
  position: relative;
  font-family: 'bpg-nino-medium-condenced';
}

.ttmulti-selections i {
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  opacity: 0;
  display: block;
  cursor: pointer;
  color: #c00;
  top: 0;
  right: 20px;
  position: absolute;
  font-style: normal
}

.ttmulti-selections li:hover i {
  opacity: 1
}
.twitter-typeahead { width: 100%; }
.twitter-typeahead, .tt-hint, .tt-input, .tt-menu,#scrollable-dropdown-menu { width: 100%; }
.tt-menu{
  max-height: 225px;
  overflow: hidden;
  overflow-y: auto;
}