.typeahead,
.tt-query,
.tt-hint {
    border-style: none;
    border: 1px solid #ccc;
    height: 32px;
    width: 180px;
    font-size: 12px;
    display: inline;
    margin-right: 10px;
    padding-left: 10px;
}

.typeahead {
    background-color: #fff;
    border: 1px solid #ccc;
}

.typeahead:focus {
    border: 1px solid #000;
}

.tt-query {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-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-dropdown-menu {
    width: 220px;
    margin-top: 12px;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
    padding: 10px 20px 10px 20px;
    font-size: 15px;
    line-height: 20px;
    border-bottom: 1px solid #ccc;
}

.tt-suggestion.tt-cursor {
    color: #000;
    background-color: #fff4b7;
    cursor: pointer;
}

.tt-suggestion p {
    margin: 0;
}
/*
@media (max-width: 991px) {

    .typeahead,
    .tt-query,
    .tt-hint {
    width: 95px;
}

}

@media (max-width: 767px) {

    .typeahead,
    .tt-query,
    .tt-hint {
    width: 295px;
}

}

@media (max-width: 479px) {

    .typeahead,
    .tt-query,
    .tt-hint {
    width: 160px;
}

}*/