﻿@media print {
    section:first-child { padding-top: 0em !important; }

    section {
        padding-top: 2em !important;
        padding-bottom: 0em !important;
        margin-top: 0em !important;
        margin-bottom: 0em !important;
    }

    header.major, header h2 {
        padding-bottom: 0em !important;
        margin-bottom: 0em !important;
    }

    .no-print { display: none !important; }
}
