.twitter-typeahead {
    vertical-align: top;
        width: 100%;
}
.tt-query {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.tt-hint {
    color: #999
}
.tt-menu {
    width: 100%;
    margin: 2px 0 0;
    padding: 5px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.tt-suggestion {
    padding: 3px 12px;
    cursor: pointer;
}
.tt-suggestion:hover,
.tt-suggestion.tt-cursor {
    color: #fff;
    background-color: #337ab7;
}
.tt-suggestion p {
    margin: 0;
    max-width: 100%;
}
.tt-suggestion p strong,
.tt-suggestion p small {
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
