.typeahead,
.tt-hint {
  width: 500px;
  height: 30px;
  padding: 8px 12px;
//  font-size: 12px;
  line-height: 15px;
  border: 1px solid #fff;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  outline: none;
}

.typeahead {
  background-color: #fff;
}

.tt-hint {
  color: #999
}

.tt-dropdown-menu {
  width: 500px;
  margin-top: 3px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  -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 {
  padding: 4px 10px;
  font-size: 9px;
  line-height: 10px;
}

.tt-suggestion + .tt-suggestion {
  font-size: 9px;
  border-top: 1px solid #ccc;
}

.tt-suggestions .repo-language {
  float: right;
  font-style: italic;
}

.tt-suggestions .repo-name {
  font-size: 12px;
  text-align: left;
  color:#1189D9;
}

.tt-suggestions .repo-description {
  margin: 0;
}

.twitter-typeahead .tt-suggestion.tt-cursor {
  color: #D9A814;
  cursor: pointer;
  background-color: #f7f7f7;
}

/* narrow screens */
/* -------------- */

@media all and (max-width: 600px) {
  .typeahead-demo {
    display: none;
  }
}
