.twitter-typeahead {
	display: block !important ;
}

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

.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 {
	top: 5px		!important;
	left: 10px		!important;
	color: #ddd		!important;
}

.tt-input {
	width: 100%;
	padding: 18px 16px !important;
}

.tt-dropdown-menu {
	position: relative !important;
	top: 0px !important;
	margin-bottom: 40px;
  width: 98%;
  margin-top: -10px;
  padding: 5px 0px;
  margin-left: 1%;
  background-color: #fff;
  border: 1px solid #ddd;
  border-top: 2px dotted #ccc;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
     -moz-border-radius-bottomright: 6px;
     -moz-border-radius-bottomleft: 6px;
          border-bottom-right-radius: 6px;
          border-bottom-left-radius: 6px;
  -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.1);
     -moz-box-shadow: 0 2px 5px rgba(0,0,0,0.1);
          box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.tt-suggestion {
  padding: 3px 10px;
  font-size: 15px;
  line-height: 24px;
}

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #333;
  cursor: pointer;
}

.tt-suggestion + .tt-suggestion {
  border-top: 1px solid #ddd;
}

.tt-suggestion p {
  margin: 2px 5px;
}

.gist {
  font-size: 14px;
}