﻿.button.disable, .button[disable] {
    opacity: 1;
    cursor: not-allowed;
    pointer-events: none;
}
.button {
    font-size: 1rem;
}
