.twitter-typeahead {
    display: block !important
}

.twitter-typeahead .tt-menu {
    float: left;
    position: absolute;
    left: 0;
    top: 100%;
    text-align: left;
    list-style: none;
    background-clip: padding-box;
    display: none
}

[dir=rtl] .twitter-typeahead .tt-menu {
    float: right;
    left: auto !important;
    right: 0 !important;
    text-align: right
}

.twitter-typeahead .tt-menu .tt-suggestion {
    text-align: inherit;
    border: 0;
    width: 100%;
    display: block;
    white-space: nowrap;
    background: none;
    clear: both;
    cursor: pointer
}

.twitter-typeahead .tt-menu .tt-suggestion p {
    margin: 0
}

.twitter-typeahead .tt-menu .tt-suggestion .tt-highlight {
    font-weight: 500
}

.twitter-typeahead .tt-hint {
    color: #999
}

[dir=rtl] .twitter-typeahead .tt-input {
    direction: rtl
}

.light-style .twitter-typeahead .tt-menu {
    min-width: 10rem;
    padding: .5rem 0;
    font-size: .9375rem;
    z-index: 1000;
    margin: .25rem 0;
    color: #6d6b77;
    box-shadow: 0 .25rem 1.125rem 0 rgba(47,43,61,.16);
    background-color: #fff;
    border-radius: .375rem
}

.light-style .twitter-typeahead .tt-hint {
    color: #acaab1
}

.light-style .twitter-typeahead .tt-suggestion {
    font-weight: 400;
    color: #444050;
    padding: .543rem 1rem
}

.light-style .twitter-typeahead .tt-suggestion:hover,.light-style .twitter-typeahead .tt-suggestion:focus {
    text-decoration: none;
    color: #444050;
    background-color: #f3f2f3
}

.light-style .tt-menu .suggestion:hover,.light-style .tt-menu .suggestion:focus {
    text-decoration: none;
    color: #444050;
    background-color: #f3f2f3
}

.dark-style .twitter-typeahead .tt-menu {
    color: #acabc1;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .25rem 0;
    box-shadow: 0 .25rem 1.125rem 0 rgba(19,17,32,.22);
    font-size: .9375rem;
    background-color: #2f3349;
    z-index: 1000;
    border-radius: .375rem
}

.dark-style .twitter-typeahead .tt-menu .tt-suggestion {
    font-weight: 400;
    color: #cfcde4;
    padding: .543rem 1rem
}

.dark-style .twitter-typeahead .tt-menu .tt-suggestion:hover,.dark-style .twitter-typeahead .tt-menu .tt-suggestion:focus {
    text-decoration: none;
    color: #cfcde4;
    background-color: rgba(225,222,245,.06)
}

.dark-style .twitter-typeahead .tt-hint {
    color: #76778e
}

.dark-style .tt-menu .suggestion:hover,.dark-style .tt-menu .suggestion:focus {
    text-decoration: none;
    color: #cfcde4;
    background-color: rgba(225,222,245,.06)
}
