.tt-menu, .typeahead {
  background-color: #fff;
}
.tt-hint, .tt-query, .typeahead {
  width: 100%;
  height: 30px;
  padding: 8px 5px;
  font-size: 14px;
  line-height: 22px;
  border: none;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  outline: 0;
  font-family: 'robotoregular';
}

.twitter-typeahead {
  margin: 5px 0 0 0;
  height: auto;
  vertical-align: top;
  position: static;
}
.typeahead:focus {
  border: none;
}
.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: 360px;
  margin: 0px;
  padding: 0px 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  top: calc(100% + 10px) !important;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}
.tt-suggestion.tt-cursor, .tt-suggestion:hover {
  color: #fff;
  background-color: #19519e;
}
.tt-suggestion {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  font-family: 'opensansregular';
  color: #494949;
}
.tt-suggestion:hover {
  cursor: pointer;
}

.tt-highlight {
  font-weight: bold;
  color: #808080;
}
.tt-suggestion p {
  margin: 0;
}
.gist {
  font-size: 14px;
}
#typeaheadmulti {
  position: relative;
}
.ttmulti-selections {
  width: auto;
  display: inline-block;
  padding: 0;
  margin-bottom: 0;  
  font-size: 24px;
  line-height: 30px;
  border: none;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  outline: 0;
}
.ttmulti-selections li {
  display: inline-block;
  background-color: #fff;
  padding: 5px 20px 5px 5px;
  margin: 0 5px 0 0;
  position: relative;
  list-style: none;
  font-size: 14px;
  color: #000;
  border: solid 1px #dddddd;
  line-height: 18px;
}
.ttmulti-selections i {
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  opacity: 1;
  display: block;
  cursor: pointer;
  color: #494949;
  top: 50%;
  font-size: 10px;
  right: 5px;
  position: absolute;
  font-style: normal;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ttmulti-selections li:hover i {
  opacity: 1;
}
