.twitter-typeahead, .tt-hint, .tt-input, .tt-menu { 
    width: 100%; 
}
.tt-hint {
    display: none;
    color: #999999;
    line-height: 34px;
    margin-left: 7px;
}
.tt-dropdown-menu {
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    margin-top: 5px;
    min-width: 300px;
    width: 100%;
}
.tt-suggestion {
    line-height: 24px;
    padding: 3px 10px;
}
.tt-suggestion.tt-is-under-cursor {
    background-color: #0097CF;
    color: #FFFFFF;
}
.tt-suggestion p {
    margin: 0;
}