.typeahead,
.tt-query,
.tt-hint {
  background: none;
  border: 0;
  outline: 0;
  color: #282828;
  width: 100%;
  height: 49px;
  font-size: 12px;
  padding-top: 11px;
  border-bottom: 1px solid #b2b2b2;
  outline: none; }

.twitter-typeahead {
  width: 100%;
  vertical-align: top;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box; }
  .twitter-typeahead * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box; }

.typeahead {
  background: none; }
  .typeahead .tt-hint {
    color: #999; }
  .typeahead .tt-suggestion.tt-cursor {
    color: #fff;
    background-color: #0097cf; }
  .typeahead .tt-suggestion p {
    margin: 0; }
  .typeahead .gist {
    font-size: 14px; }

.tt-menu {
  width: 100%;
  margin: 12px 0;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  overflow: auto; }

.tt-suggestion {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  border-bottom: 1px solid #cccccc;
  padding: 0 10px 0 16px;
  font-size: 12px;
  line-height: 27px;
  color: #228dcf; }
  .tt-suggestion.tt-cursor, .tt-suggestion:hover {
    background: #228dcf;
    color: #fff; }
  .tt-suggestion:first-child {
    border-radius: 4px 4px 0 0; }
  .tt-suggestion:last-child {
    border-bottom: 0;
    border-radius: 0 0 4px 4px; }

/*# sourceMappingURL=typeahead.css.map */
