@media print {
    #header, #nav, #footer, #gallery-nav, h2, p, button {
        display: none !important;
    }

    #wrapper {
        width: 100%;
        margin: 0;
        padding: 0;
        border: none;
        display: block;
    }

    #main-layout {
        display: block;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    #content {
        width: 100%;
        margin: 0;
        padding: 0;
        border: none;
        display: block;
    }

    table {
        width: 100%;
        border-collapse: collapse;
    }

    table caption {
        display: block;
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 10px;
    }

    table th, table td {
        border: 1px solid #000;
        padding: 8px;
        text-align: center;
    }

    table th {
        background-color: #ccc !important;
        color: black !important;
    }
}