.lto-suggestion {
    border-radius: 15px;
    padding: 5px 20px;
    margin: 10px;
    background: white;
    color: #989898;
    border: solid 1px lightgray;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    animation: slide-up 0.4s ease;
    cursor: pointer;
}

.lto-suggestion.lto-right {
    border: 1px solid lightgray;
    background: #eeeeee;
    margin-right: 30px;
    color: #545454;
}

.lto-suggestion:hover {
    background: rgba(184, 185, 181, 0.4);
}

.lto-suggestion:disabled {
    cursor: default;
}

.lto-hide {
    display: none;
}
