.tt-dropdown-menu {
    text-align: left
}

/*.tt-hint, .tt-query, .typeahead {*/
    /*padding: 5px 12px;*/
    /*line-height: 30px;*/
    /*border: 1px solid #ccc;*/
    /*-webkit-border-radius: .3em;*/
    /*-moz-border-radius: .3em;*/
    /*border-radius: .3em;*/
    /*outline: 0*/
/*}*/

.typeahead {
    background-color: #fff
}

.typeahead:focus {
    border: 1px solid #0097cf
}

.tt-query {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}
.tt-dropdown-menu {
    width: 100%;
    margin-top: 0;
    padding: 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -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: 0;
    font-size: 15px;
    line-height: 24px;
}
.tt-suggestion i{
    font-size: 1.2em;
    vertical-align: middle;
    line-height: 1;
    color: #ada7a7;
    font-weight: bold;
}
.tt-suggestion p:hover * {
    color: #fff !important
}
.tt-cursor {
    background-color: #0097cf;
    cursor: pointer
}
.tt-suggestion p {
    font-family: GothamRegular, Sans-Serif;
    margin: 0;
    font-size: 1.1em !important;
    border-top: 1px solid #e3e3e3;
    padding: 3px 10px;
    white-space: nowrap !important;
    text-overflow: ellipsis;
    overflow: hidden;
}
.dst {
    width: 100px;
    margin: 10px 20px
}