.typeahead,
.tt-query,
.tt-hint {

}


.typeahead {
  width: 1000px;
}

.typeahead:focus {
}

.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  color: #999
}

.tt-menu {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #000000;
    width: 500px;
    margin: 12px 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -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);
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 4.5px 14px;
    font-size: 13px;
    line-height: 1.846153846;
    border-radius: 2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

}

.tt-suggestion {
  padding: 3px 20px;
  line-height: 24px;
}

.tt-suggestion:hover {
  color: #ffffff;
  background-color: #08867e;
  border-color: #08867e;
}

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0097cf;

}

.tt-suggestion p {
  margin: 0;
}

.tt-open{
    position: absolute;
    top: 100%;
    left: 0px;
    z-index: 100;
    /*display: block !important;*/
    padding: 0;
}

.tt-selectable{
    margin: 0;
}

.twitter-typeahead {
    width: 100%;
}
