
.tt-menu,
.gist {
  text-align: left;
}
.typeahead,
.tt-query,
.tt-hint {
  width: 100%;
  height: 30px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 20px;
  border: 1px solid rgb(52,58,64);
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  outline: none;
}
.typeahead {
    color: white;
    background-color: black;
    margin-left: 5px;
}
.typeahead:focus {
  border: 1px solid rgb(240,204,41);
}
.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.075);
          box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.075);
}
.tt-hint {
  color: grey;
}
.tt-menu {
    width: 226px;
    margin: 12px 0;
    padding: 8px 0;
    color: grey;
    background-color: black;
    border: 1px solid #ccc;
    border: 1px solid rgba(255, 255, 255, 0.2);
    -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
    -webkit-box-shadow: 0 3px 3px rgba(255,255,255,.2);
     -moz-box-shadow: 0 3px 3px rgba(255,255,255,.2);
          box-shadow: 0 3px 3px rgba(255,255,255,.2);
}
.tt-suggestion {
  padding: 3px 20px;
  font-size: 14px;
  line-height: 20px;
}
.tt-suggestion:hover {
  cursor: pointer;
  color: #fff;
  background-color: #0097cf;
}
.tt-suggestion.tt-cursor {
  color: white;
  background-color: #0097cf;

}
.tt-suggestion p {
  margin: 0;
}
.gist {
  font-size: 14px;
}
.tt-highlight {
    color: rgb(240,204,41);
}
.search-group {
    color: white;
    padding-left: 1rem;
}