.tt-menu {
    max-height: 300px;
    overflow-y: auto;
    text-align: left;
    /* light gray background */
    background-color: #f2f2f2;
    width: 100%;
}
.empty-message {
    padding: 5px 10px;
    text-align: center;
}
.twitter-typeahead {
    width: 100%;
}
.tt-suggestion {
    padding: 3px 20px;
    line-height: 24px;
}