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

a {
  color: #b40404;
  text-decoration: none;
}

a:hover {
 text-decoration: none;
}

.table-of-contents li {
  display: inline-block;
  display: inline;
  zoom: 1;
}

.table-of-contents li a {
  font-size: 16px;
  color: #000;
}

p + p {
  margin: 30px 0 0 0;
}
.twitter-typeahead{
  width: 100%;
  /*margin-top: 9px;*/
}



.example {
  padding: 30px 0;
}

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

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

.typeahead,
.tt-query,
.tt-hint {
  width: 100%;
  height: 100%
  padding-bottom: 2px;
  font-size: 18px;
  line-height: 30px;
  border: 2px solid #ccc;
  outline: none;
  color: #000;
}

.typeahead {
  background-color: #fff;
  color: #ccc
}
.typeahead:focus {
  border: 2px solid #b40404;
}

.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: #000;
}

.tt-dropdown-menu {
  min-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);
  z-index: 1000;
  top: 100%;
  color: #000;
  position:absolute;

}

.tt-suggestion {
  font-family: "Lato",Arial,Verdana;
  font-size: 14px;
  line-height: 12px;
  padding: 8px 15px;
}

.demo{
  color:green;
}
.tt-suggestion.tt-cursor {
  color: #fff;
 /* z-index: 10000;*/
  background-color: #b40404;

}

.tt-suggestion p {
  margin: 0;
 /* z-index: 10000;*/
}

.gist {
  font-size: 14px;
}

#custom-templates .empty-message {
  padding: 5px 10px;
  color: #777;
  font-size: 14px;
 text-align: center;
}

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

#scrollable-dropdown-menu .tt-dropdown-menu {
  max-height: 150px;
  overflow-y: auto;
}

#rtl-support .tt-dropdown-menu {
  text-align: right;
}
.tt-highlight{
  font-weight: normal;
}