@media print
{
    #header, #footer, .noprint { display: none;}

    h1, h2, h3, h4, h5, h6 { font-weight: 700;}

    div.accordion { page-break-inside: avoid;}
    div.accordion * { page-break-after: avoid; page-break-before: avoid;}

    button, .heading { background: none; border: 0; text-align: left;}
}
