@media only screen and (min-width: 300px) and (max-width: 3840px){
/*.twitter-typeahead { width: 72%; }*/
.typeahead,
.tt-b-query,
.tt-b-hint {
  width: 100%;
  height: 25px;
  padding: 8px 12px;
  font-size: 15px;
  line-height: 30px;
 border: 2px solid #e5e5e5;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  outline: none;
}
.mt3 {margin-top:3px}
.typeahead {
  background-color: #fff;
}
.typeahead:focus {
  border: 2px solid #0072bc;
}
.tt-b-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-b-hint {
  color: #999
}
.tt-b-menu {
  color: #0072bc;
  width: 100%; /*310px;*/
  margin: 0px 0;
  padding: 8px 8px;
  background-color: #f2f2f2;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  /*-webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;*/
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
		  
		   border: 2px solid #e5e5e5;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}
.tt-b-suggestion {
  padding-top: 3px;
  padding-left:15px;
  padding-right:15px;
  padding-bottom:3px;
  font-size: 14px;
  line-height: 24px;
  margin-top:3px;
  background:#e5e5e5;
  border: 3px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
		  
		    white-space: nowrap; 
overflow: hidden;
text-overflow: ellipsis;
}
.tt-b-suggestion:hover {
  cursor: pointer;
  color: #fff;
  background-color: #0072bc;
  border: 3px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}
.tt-b-suggestion.tt-b-cursor {
  color: #fff;
  background-color: #0072bc;

}
.tt-b-suggestion p {
  margin: 0;
}
}