.twitter-typeahead{width:80%!important}@media (max-width:440px){.twitter-typeahead{width:90%!important}}.tt-menu{min-width:450px}@media (max-width:440px){.tt-menu{min-width:unset}}.typeahead.dropdown-menu,span.twitter-typeahead .tt-menu{min-width:100%;background:#fff;border:none;box-shadow:0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);border-radius:0;font-size:1.2rem;padding:5px}.tt-menu .list-group-item{border:none;border-bottom:1px solid #e4e3e3}.tt-menu .list-group-item:last-child{border:none}span.twitter-typeahead .tt-suggestion{color:#4285f4;cursor:pointer;text-transform:capitalize;font-weight:400;display:block;padding:.1rem 1rem;font-size:.9rem}

/*
!***
	TYPEAHEAD for MDB
	by djibe
***!

.typeahead {
    z-index: 1051;
}


!*If using icon span before input, like <i class="fa fa-asterisk prefix"></i>*!

span.twitter-typeahead {
    input[type="text"] {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }
}


!* Aspect of the dropdown of results*!

.typeahead.dropdown-menu,
span.twitter-typeahead .tt-menu {
    min-width: 100%;
    background: white;
    !*as large as input*!
    border: none;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    border-radius: 0;
    font-size: 1.2rem;
    padding: 5px;
}


!*Aspect of results, done*!

span.twitter-typeahead .tt-suggestion {
    color: #4285F4;
    cursor: pointer;
    text-transform: capitalize;
    font-weight: 400;
    display: block;
    padding: 0.1rem 1rem;
    font-size: 0.9rem;
}


!*Hover a result, done*!

span.twitter-typeahead .active.tt-suggestion,
span.twitter-typeahead .tt-suggestion.tt-cursor,
span.twitter-typeahead .active.tt-suggestion:focus,
span.twitter-typeahead .tt-suggestion.tt-cursor:focus,
span.twitter-typeahead .active.tt-suggestion:hover,
span.twitter-typeahead .tt-suggestion.tt-cursor:hover {
    background-color: #EEEEEE;
    color: #4285F4;
}

label.active {
    color: #4285F4 !important;
}

.tt-block {

}
*/