.twitter-typeahead
{
    display: block !important;
}
.twitter-typeahead input
{
    text-align: right;
}
.tt-menu {
    max-height: 177px;
    overflow-y: auto;
    width: 100%;
    top: 80% !important;
}

.search-results-dropdown:first-child {
    margin-top: 0px;
}

.tt-selectable {
    padding: 5px 15px !important;
    direction:rtl !important;
    color: black;
    text-align: right;
    background-color: white;
    border: 1px solid #f2f2f2;
}

.tt-selectable:hover,.tt-cursor {
    background-color: purple;
    color: white;
}
.tt-menu {
    top: 83% !important;

}
.tt-selectable {
    direction: rtl !important;
}

