@media print {
    /* Hide site navigation, headers, footers, and calendar controls */
    header, footer, sidebar, .no-print, nav, .site-header, .site-footer {
        display: none !important;
    }

    body {
        background: #fff !important;
        color: #000 !important;
        font-size: 12pt;
    }

    #gsc-calendar-wrapper {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    table#gsc-table {
        border: 1px solid #000 !important;
        width: 100% !important;
    }

    table#gsc-table th, table#gsc-table td {
        border: 1px solid #000 !important;
        padding: 8px !important;
    }
}