button:disabled {
    opacity: 0.85;
    cursor: not-allowed;
}

button {
    font-family: sans-serif;
    font-size: 10pt;
    margin-top: 0px;
}

input[type="range"][orient="horizontal"] {
    width: 300px;
    margin-top: 4px;
}
input[type="range"][orient="vertical"] {
    /* writing-mode: vertical-lr; */
    /* direction: rtl; */
    appearance: slider-vertical;
    vertical-align: bottom;
    width: 10px;
    /* height: 350px; */
    margin-top: 20px;
    margin-right: -15px;
    margin-left: -5px;
    /* margin-bottom: 5px */
}

label {
    font-family: sans-serif;
    font-size: 9pt;
    font-weight: bold;
}