#searchform input[type="submit"] { width: 25%; }
.twitter-typeahead { width: 73% !important; }
.twitter-typeahead * { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
.tt-query, .tt-hint { padding: 6px; outline: none; width: 100% !important; vertical-align: inherit !important; }
.tt-hint { color: #999 }
.tt-dropdown-menu { width: 100%; margin-top:0; padding:0; background-color: #fff; border: 1px solid #e6e6e6; border-top:0;  text-shadow: none; }
.tt-dropdown-menu p { margin: 5px 0 !important; line-height: 1.4 !important; }
.tt-dropdown-menu a { color: #444 !important; border: 0 !important; display: block; text-decoration: none !important; }
.tt-suggestion { padding: 3px 10px; font-size: 14px; line-height: 18px; }
.tt-suggestion.tt-is-under-cursor { color: #fff; background-color: #0000a0; }
.tt-suggestion.tt-is-under-cursor a { color: #fff !important; }
.tt-suggestion p { margin: 0; }
/* rtl support */
.twitter-typeahead.tt-rtl { direction: rtl; }
.twitter-typeahead.tt-rtl .tt-dropdown-menu { left: auto; right: 0; }
