﻿@media print {
    @page {
        margin: 0;
    }

    h1{
        font-size: 1.4rem;
        font-weight: bold;
    }
     
    table * {
        font-size: .8rem !important;
        margin: 0 !important;
        padding: 3px !important;
    }

    table th{
        width: auto !important;
    }

    table tr td{
        border: none;
    }
    
    button,
    .search-row {
        display: none !important;
    }

    thead tr th{
        border-bottom: 1px solid #555;
    }

    .table-wrapper{
        border: none !important;
    }

    body {
        padding: 0 !important;
        margin: 0 !important;
    }
}
