/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Aug 26, 2020, 9:46:49 AM
    Author     : root
*/

@media print {
/*    
    #headers {
        position: fixed;
        top: 0;
    }*/
    
    #footer {
        page-break-inside:avoid;
    }
}
@page {
    margin-top: 0.5cm;
}
.judulCetak{
    margin-top: 0px;
}
.tabel{
    table-layout: fixed;
}
.judul{
    padding: 2px 3px 2px 3px; 
    height: 0.5cm; 
    font-size:72%;
    border-bottom: 1px solid; 
    border-top: 1px solid; 
}
.isi{
    padding: 2px 3px 2px 3px; 
    font-size:70%;
}

