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

.typeahead, .tt-input, .tt-hint {
  width: 750px;
  height: 23px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 22px;
  border: 4px solid #000; 
  outline: none;
}

.typeahead {
  background-color: #fff;
}

.typeahead:focus {
  /*border: 4px solid #000;*/
}

.tt-input { 
    -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: #000000;
}

.tt-menu {
  width: 450px;
  margin: 1px 0;
  padding: 1px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.tt-suggestion {
  padding: 1px 10px;
  font-size: 16px;
  line-height: 16px;
  max-height: 400px;
}

.tt-suggestion:hover {
  cursor: pointer;
  color: #fff;
  background-color: #0097cf;
}

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0097cf;
}
.tt-suggestion a{
  display:block;
}
.tt-suggestion p {
  margin: 0;
}

.gist {
  font-size: 12px;
}

#custom-templates {
  display: block;  
  width: 100%;
}

#custom-templates .empty-message {
  padding: 5px 10px;
  text-align: left;
}

#custom-templates .labels {
  margin: 0 20px 5px 20px;
  padding: 6px 0;
}

