/* add manual zoom to adjust the dataview page to show all columns */
html {
}

/* change pointer over disabled buttons */
button:disabled {
    cursor: not-allowed;
}
