/* Stili per generare pdf con formattazione */


@media print { 

    div.new-page { page-break-before: always; } 

    body { font-size: .9rem; }

    table { width:100%; font-size: 13px; border-spacing: 0px; }
    table th { text-align: left; background: #d8d8d8; padding: 5px 5px; }
    table td { padding: 0.1rem 0.5rem !important; }
    table td.text-right { text-align: right; }
    table tr:nth-child(even) { background-color: #f4f4f4; }
    table th.g-bg-white { background-color: none !important; }
    table tbody td { border-bottom: 1px solid #ccc; }
    h3 { padding-top: 0.1rem !important; margin-bottom: 0.1rem !important;}
    footer, .container-fluid.edit, .navbar-toggler { display:none; }
    main {
        border: none !important;
        margin-top: 0 !important;
        padding-top: 0 !important;
    }
    table {margin-bottom: 0.2rem !important;}
}