/* typeahead */
/* ----------- */

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

.tt-query,
.tt-hint {
  width: 396px;
  height: 30px;
  padding: 8px 12px;
  font-size: 24px;
  line-height: 30px;
  border: 2px solid #ccc;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  outline: none;
}

.typeahead_wide .twitter-typeahead {
	width:100%;
}

.twitter-typeahead {
	display: inline;
}

.typeahead {
  background-color: #fff;
}

.typeahead:focus {
  /*border: 2px solid #0097cf;*/
}

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

.tt-menu, .tt-dropdown-menu {
	z-index: 99999999;
  width: 422px;
  margin-top: 20px;
  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;
}

.tt-menu {
	top: 30px !important;
	right: 130px !important;
}

.tt-suggestion, .tt-loading-message {
  padding: 3px 20px;
  font-size: 13px;
  line-height: 17px;
}

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

.tt-suggestion p, .tt-loading-message p {
  margin: 0;
}
.typeahead-heading {
	font-size: 120%;
	font-weight: bold;
	margin-left: 10px;
}

.tt-dataset {
	/* This is the DIV around the results */
	/* border-bottom: 1px solid rgba(0,0,0,0.5); */
}
	