﻿.twitter-typeahead {
    width: 100% !important;
}


.tt-menu {
    border-color: #273482;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 1px rgba(0,0,0,0), 0 0 10px rgba(227, 227, 227, 1);
    box-shadow: inset 0 2px 1px rgba(0,0,0,0), 0 0 10px rgba(227, 227, 227, 1);
    background-color: white !important;
    width: 100% !important;
    text-align: left !important;
}

.tt-suggestion.tt-selectable {
    padding-left: 10px !important;
}

    .tt-suggestion.tt-selectable:hover {
        background-color: #87CB16 !important;
        color: white;
        text-align: left !important;
    }

.twitter-typeahead {
    width: 100% !important;
}
