/* typeahead */
.twitter-typeahead{
width:100%;
}

.twitter-typeahead .tt-query,
.twitter-typeahead .tt-hint {
  margin-bottom: 0;
  border-radius: 4px;
}
.tt-dropdown-menu {
  position: absolute;
  z-index: 99999;
  min-width: 300px;
  margin-top: 2px;
  padding: 10px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -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);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
  max-height: 300px;
  overflow-y: auto;
}

.tt-suggestion {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  z-index: 9999999;
}

.tt-suggestion.tt-is-under-cursor {
  color: #fff;
  background-color: #AFAFAF;
}

.tt-suggestion.tt-is-under-cursor a {
  color: #fff;
}

.tt-suggestion p {
  margin: 0;
}

.tt-hint {
  display: none;
}