@media print {
    
      table {
        page-break-inside: auto !important;
        break-inside: auto !important;
    }

    tr {
        page-break-inside: avoid !important;
        break-inside: avoid !important;
    }

    td {
        page-break-inside: auto !important;
    }


    header,
    footer,
    nav,
    .navbar,
     .footer-logo,
    #navbarNavDropdown {
        display: none !important;
    }

    .wire {
        width: 100% !important;
        margin: 0 auto !important;
    }
     .print-logo {
        display: block;
        text-align: center;
        margin-bottom: 20px;
    }
    
}




