.lto-button {
    border-radius: 15px;
    padding: 5px 20px;
    margin: 10px;
    animation: slide-up 0.4s ease;
    cursor: pointer;
    border: none;
}

.lto-button:focus {
    outline: 0 !important;
}

.lto-button.lto-right {
    margin-right: 30px;
}

.lto-button.lto-left.lto-nested {
    width: 50%;
    margin-right: 10px;
    border-radius: 15px;
    padding: 5px;
    animation: slide-up 0.4s ease;
}

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