.twitter-typeahead {
      display: block;
    /*  line-height: 0.8em;
      font-family: serif, system; */
				}
.tt-menu {
        margin-top: 1px;
        padding: 0.3em 4px;
        background-color: #F8F8F8;
        border: 3px double #999999;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        top: auto !important;
        }
.tt-suggestion {
	      display: block;
              padding: 2px;
	      height: 18px;
	      border: 0px; // important!
	      white-space: nowrap;
        }
.tt-suggestion:hover {
		    color: #000000;
		    background-color: #dddddd;
		    white-space: nowrap;
        }
