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

.tt-query,
.tt-hint {
    border: 2px solid #ccc;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    outline: medium none;
    padding: 8px 12px;
    min-width: 225px
}

.tt-query {
    box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset
}

.tt-hint {
    color: #999
}

.tt-dropdown-menu {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    padding: 5px;
    margin: 2px 0 0;
    min-width: 250px;
    max-height: 150px;
    overflow-y: auto
}

.tt-suggestion {
    font-size: 14px;
    line-height: 20px
}

.tt-suggestion.tt-cursor {
    background-color: #1b81cb;
    color: #fff;
    cursor: default
}

.tt-suggestion p {
    margin: 0
}