@charset "UTF-8";
p.notes, p.commentary {
    font-style: italic;
}

p.print-note 
{
    display: none;
}

@media print 
{
    p.print-note {   
        display: block;
    }
}

h2 
{
    page-break-before: always;
}