﻿
@page { 
    size:a4; 
    }

@media print {

    body {
        
        font-size: 12px;
    }

    .table > tbody > tr > td > p, .table > tbody > tr > td, div, article, td, th {
        font-size: 12px;
    }

    h4, h3 {
        font-size: 14px;
    }

    .Prof_UE_Details {
        page-break-inside: avoid;
    }
        .grille_table tr td {
            border: 1pt dashed #444;
        }
    .fixed-table-toolbar, .noprint {
        display:none;
    }

}