@media print {
    /* Your styles here */
    @page {
        margin-top: 0;
        margin-bottom: 0;
    }

    body {
        margin-top: 1.77165in !important;
        margin-bottom: 0.984252in !important;
    }

    tr {
        page-break-inside: avoid;
    }

    .summary {
        page-break-inside: avoid;
    }
}
