.tt-input {
    border: 1px solid #ccc;
    vertical-align: middle !important;
    margin-top: -1px;
}

.tt-hint {
    color: #999;
    margin-top: -2px;
    margin-left: -1px;
}

.tt-menu {
    width: 422px;
    margin-top: 1px;
    padding: 4px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    text-align: left;

    -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: 3px;
    line-height: 24px;
}

.tt-suggestion.tt-selectable {
    cursor: pointer;
}

.tt-suggestion.tt-cursor {
    color: #fff;
    background-color: #0097cf;

}

.tt-suggestion .tt-highlight {
    font-weight: bold;
}
