.twitter-typeahead {
    display: inline !important;
    position: static !important;
    width: 90% !important; /* optional */
}
    .tt-menu {
    width: 100%;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 0 0 5px 5px;
    z-index: 1000;
}

.tt-suggestion {
    cursor: pointer;
    padding: 5px;
}

.tt-suggestion:hover {
    background-color: #f8f9fa;
}