.twitter-typeahead {
  width:240px;
}

.typeahead-container {
}

.typeahead-input {
 /* width:100%;*/
	width:240px;
}


.tt-dropdown-menu {
  width:100%;
  border:1px solid #ddd;
  border-top:none;
  background:#fff;
  border-bottom-color: #aaa;
}

.tt-dropdown-menu p {
	margin:0;
	padding-top:4px;
	padding-left:0;
}

.tt-suggestion {
  padding:0.6em 1em;
  border-bottom:1px solid #eee;
}

.tt-suggestion-name {
  font-size: 1.2em;
}


.tt-suggestion-type {
  float:right;
  font-style: italic;
}

.tt-suggestion-details {
  color:#222;
}

.tt-cursor {
  background:#fff6ca;
}
