@import "color.css";

button:disabled {
    cursor: not-allowed;
    pointer-events: all !important;
}
select {
    cursor: pointer;
}

table td {
    padding: 0.5em 0;
}
