.tt-input{
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.twitter-typeahead{
  width: 85%;
}
.tt-menu{
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  top: -190px!important;
  height: 190px!important;
  overflow-y: scroll!important;
}
.tt-suggestion{
  font-size: 1.2em;
  padding: 4px 0;
}
.tt-suggestion:hover, 
.tt-cursor{
  background-color: rgba(227, 210, 237, 0.5);
  cursor: pointer;
}