.twitter-typeahead {
    width: 100%;
}

.tt-menu {
    width: 100%;
    border: 1px solid #ccc;
    border-top: none;
    max-height: 250px;
    overflow: auto;
}

.tt-suggestion {
    padding: 7px 10px;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    cursor: pointer
}

.tt-cursor,
.tt-suggestion:hover {
    background-color: #f5f5f5
}

.tt-hint {
    opacity: .3 !important
}