
body {
    background-color: rgba(255, 255, 255,1);
    zoom: 0.68;
}

    body * {
        display: none;
    }

    body table,
    body table * {
        display: revert;
    }

        body table tr,
        body table thead,
        body table tbody,
        body table tfoot,
        body table td,
        body table th {
            width: auto;
            height: auto;
        }

        body table select {
            appearance: none;
            background: none;
            border-width: 0px;
            width: 18pt;
            height: auto;
        }

        body table .tool_box,
        body table .savetool,
        body table tfoot {
            display: none;
        }

        body table .written_pitch {
            width: 67pt;
        }

        body table .finger,
        body table td.finger svg {
            /*width: 100pt;*/
            height: auto;
        }
        body table td.edittags input.itemtag {
            width: 0px;
            display: none;
        }

        body table td.edittags input.itemtag:checked {
            display: block;
        }

        body table td.edittags input.itemtag::after {
            content: attr(value);
            margin-left: 0px;
            word-break: keep-all;
            white-space: nowrap;
        }

        body table .edittags {
            height: auto;
        }
/*
        body table td.written_pitch svg {
            height: 50pt;
            width: auto;
        }
        body table td.written_pitch .abcjs-container {
            height: 50pt;
            width: auto;
        }*/

body table .notice {
    margin: 0;
    padding: 0;
}

    body table .notice > textarea {
        display: none;
    }

    body table .notice > div {
        display: block;
    }

body table caption > textarea {
    background: none;
    border-width: 0px;
    width: 100%;
    min-width: 200pt;
    text-align: center;
    resize: none;
}
.hidden {
    display: none;
}
.no_print {
    display: none;
}