.twitter-typeahead{
    width:100%;
}
.tt-menu{
    width:100%;
    border:1px solid #eee;
    border-top:none;
}
.tt-suggestion{
    padding:10px 5px;
    background:#fff;
    border-bottom:1px solid #eee;
    cursor:pointer;
}.tt-cursor,.tt-suggestion:hover{
    background:#f5f5f5;
}
.tt-hint{
    opacity:.3 !important
}