<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media print {
    @page {
        size: landscape;
        margin: 1.25cm;
    }

    /* Elements */
    aside {
        display: none;
    }

    h1, h2, h3, h4, h5, h6 {
        font-size: 1.25em;
        text-align: left;
    }

    input, label, select {
        margin: 0;
        padding: 0;
        font-size: 0.75em;
        height: auto;
        width: auto;
        line-height: 1;
    }

    table {
        margin: 0;
        padding: 0;
        line-height: 1;
        max-width: 100%;
        font-size: 0.75em;

    }

    td {
        border: 1px solid #ccc;
        margin: 0;
        padding: 0;
        width:auto;

    }

    /* IDs */
    #header, #report-store-list-wrapper {
        display: none;
    }

    /* Classes */
    .btn, .fixed-footer, .navbar {
        display: none;
    }

}
</pre></body></html>