.twitter-typeahead {
  display: block !important;
  width:100%;
}
.tt-input{
  width:100%;
}
#scrollable-dropdown-menu .tt-dropdown-menu {
  max-height: 300px;
  overflow-y: auto;
}
.tt-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1060;
  width: 100%;
  display: none;
  float: left;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
  margin-top: 35px;
}
.tt-suggestion {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1;
  color: #333333;
  white-space: nowrap;
  padding-top: 10px;
  border-bottom: 1px solid #949494;
}
.tt-suggestion:hover,
.tt-suggestion:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
  cursor: pointer;
}
/* styles for dropdown list: custom template */
.typeahead-list-item{
	line-height: 1;
}
.typeahead-id {
  float: right;
  font-style: italic;
}
.typeahead-name {
  font-size: 16px;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 7px;
}
.typeahead-description {
  font-size: 12px;
  font-style: italic;
  margin-bottom: 5px;
}
.typeahead-hidden{
	display: none;
}