@media print {

    body,
    html,
    #output-panel {
        overflow: visible !important;
        height: auto !important;
        position: static !important;
    }


    #toolbar,
    #audio,
    #editor-panel,
    .gutter,
    piano-keyboard,
    #buttonPrint {
        display: none;
    }

    #output-panel {
        display: block;
        overflow: visible;
        left: 0px;
        top: 0px;
        width: auto;
        height: auto;
    }

    #output {
        overflow: visible;
    }


    #output div {
        overflow: visible;
    }

    [fill="#ff0000"] {
        fill: currentColor;
    }
}