.example-name{text-align:center;}

.typeahead,
.tt-hint {
  max-width: 310px!important;
  height: 17px;
  font-size: 14px;
  border: 1px solid #C5C5C5;
  outline: none;
  text-transform:uppercase;
  padding: 6px;
}

.typeahead {
  background-color: #fff;
}

.tt-hint {
  color: #999
}

.tt-dropdown-menu {
  width: 96%;
  margin-top: 5px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -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);
          border-radius:4px;
          -webkit-border-radius:4px;
          -moz-border-radius:4px;
          
}

.tt-dropdown-menu .tt-dataset-repos {width:100%;margin:auto;}
.tt-dropdown-menu .tt-dataset-repos .repo {width:100%; min-height:60px; max-height:80px;}

.tt-dropdown-menu .tt-dataset-repos .repo div.left {float:left; width:78%;}
.tt-dropdown-menu .tt-dataset-repos .repo div.rigth {float:left;width:10%;}



.tt-suggestion {  padding: 2px 10px;  font-size: 12px;  line-height: 10px;}
.tt-suggestion + .tt-suggestion { text-align:left!important; font-size: 12px;  border-top: 1px solid #ccc;}
.tt-suggestions .repo-brand {font-style: italic; text-align:center; color:#00558C ;}
.tt-suggestions .repo-description {  font-size: 12px;  font-weight: bold; margin-top:4px; text-align:left!important; }
.tt-suggestions .repo-fulldescription { text-align:left; margin: 0; margin-top:5px!important;}
.tt-suggestions .repo-image{height:48px;width:48px; float:left;margin-top:5px; margin-bottom:5px; margin-left:5px;}

.twitter-typeahead .tt-suggestion.tt-cursor {color: White; background:#00558C;cursor:pointer; text-align:left!important;}

.tt-suggestion.tt-cursor .repo-brand {color:White!important;}



