﻿@page {
    size: A4 landscape !important;
    margin: 5mm;
}

@media print {

    html, body {
        margin: 0 !important;
        padding: 0 !important;
        width: 100% !important;
        height: auto !important;
        background: white !important;
    }

    .print-container {
        padding: 5mm !important;
        box-sizing: border-box !important;
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
    }

    .print-header img {
        max-width: 120px !important;
        height: auto !important;
    }

    .print-button {
        display: none !important;
    }

    table {
        width: 100% !important;
    }
}
