/* scaffolding */
/* ----------- */

.tt-dropdown-menu,
.gist {
  text-align: left;
}

/* site theme */
/* ---------- */

.title {
  margin: 20px 0 0 0;
  font-size: 54px;
}

.autosuggest {
  width: 100%;
  padding: 15px;
  background: #f95a76;
  border-radius: 10px;
}

.autosuggest-name {
  margin: 20px 0;
  font-size: 32px;
}

.autosuggest h3{
  color: #fff;
  font-size: 300%;
}

.demo {
  position: relative;
  *z-index: 1;
  margin: 50px 0;
}

.typeahead,
.tt-query,
.tt-hint {
    border: medium none;
    border-radius: 5px 0 0 5px;
    padding: 0px !important;
}

.typeahead {
  background-color: #fff;
}

.typeahead:focus {
  border: 1px solid #6B586C;
}

.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
}

.twitter-typeahead {
  width: 67%;
  height: 20px;
}

.tt-dropdown-menu {
  width: 100%;
  margin-top: 12px;
  padding: 8px 0;
  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: 3px 20px;
  font-size: 14px;
  line-height: 24px;
}

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


.tt-suggestion p {
  margin: 0;
}

.tt-suggestion a:hover { color:#fff; }

.gist {
  font-size: 14px;
}

/* autosuggest specific styles */
/* ----------------------- */

.autosuggest-twitter-oss .tt-suggestion {
  padding: 8px 20px;
}

.autosuggest-twitter-oss .tt-suggestion + .tt-suggestion {
  border-top: 1px solid #ccc;
}

.autosuggest-twitter-oss .repo-language {
  float: right;
  font-style: italic;
  color: #999;
}

.autosuggest-twitter-oss .repo-name {
  font-weight: bold;
}

.autosuggest-twitter-oss .repo-description {
  font-size: 14px;
  color: #69566a;
}

.autosuggest-sports .league-name {
  margin: 0 20px 5px 20px;
  padding: 3px 0;
  border-bottom: 1px solid #ccc;
}

.autosuggest-arabic .tt-dropdown-menu {
  text-align: right;
}
