/* TypeAhead styles - https://twitter.github.io/typeahead.js/ */
.twitter-typeahead {width: 100%; background: #FFFFFF;}
.twitter-typeahead .form-control {float: none;}
.tt-input {
}
.tt-hint {
}
.tt-menu {
    width: 100%;
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    float: left;
    font-size: 14px;
    left: -35;
    padding: 10px 0;
}
.tt-suggestion {
    padding: 5px 10px;
    width: 100%;
    margin: 0px;
}
.tt-suggestion:hover {
    background-color: #eeeeee;
}
.tt-cursor {
    background-color: #eeeeee;
}
.tt-highlight {
    background: #DAFDFF;
}
/* TypeAhead END */
