.typeahead,
.tt-query,
.tt-hint {
  outline: none;
}

.col1 input.tt-hint {
  color: #ccc;
  width: 210px;
}

.tt-dropdown-menu {
  background: #fff;
  color: #000;
  max-height: 300px;
  overflow-y: auto;  border-bottom-left-radius:4px;
  border-bottom-right-radius:4px;
  border-top-left-radius:4px;
  border-top-right-radius:4px;
  margin-top:2px;
  padding-top: 4px;
  width: auto;
}

.tt-heading {
  padding: 2px 10px;
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
}

div.tt-suggestions {
  width: auto;
}

div.tt-suggestion:first-child {
  padding:5px 5px 0 10px;
  margin:0;
} 

div.tt-suggestion {
  padding:5px 15px 0 10px;
  margin:0;
} 


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


.tt-is-under-cursor {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #17a9e7;
  background-color: #16a2de;
  border: 1px solid #16a2de;
  background-image: -moz-linear-gradient(top, #17a9e7, #1598d0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#17a9e7), to(#1598d0));
  background-image: -webkit-linear-gradient(top, #17a9e7, #1598d0);
  background-image: -o-linear-gradient(top, #17a9e7, #1598d0);
  background-image: linear-gradient(to bottom, #17a9e7, #1598d0);
}