
@media print {    
    #footer-tanda-tangan, .page-break {
        page-break-inside:avoid;
    }
    
    table.grid th, table.grid td {
        border: 1px solid;   
        
    }    
}

.top-border{
    border-top:1px solid #333;
}

.txt-r{
    text-align: right;
}

.txt-l{
    text-align: left;
}

.txt-c{
    text-align: center;
}

.bold{
    font-weight: bold;
}

body, table, tr, td, th, div, span{
    font-family: "arial";
}

table.prinout{    
    border-collapse: collapse;
    table-layout: fixed;
    margin-bottom: 10px;
}

table.ln-identitas{
    line-height: 15px;
}

table.prinout td, table.prinout th{    
    padding:5px 10px 5px 10px;   
    vertical-align: top;
    word-wrap: break-word !important;
    white-space: normal;
}

.w100{
    width:100%;
}

/** kop surat **/
        table.kop-header{
            border-bottom: 3px solid #333;    
            margin-bottom: 5px;                        
        }
        
        table.kop-header .rs{
            font-size:20pt;            
        }

        table.kop-header tr td{
            padding: 5px;               
            vertical-align: middle;
        }

        /** judul prinout **/
        .judul-kopsurat{      
            text-align: center;    
            margin-bottom: 10px;
        }

        .judul-kopsurat > span.judul{
            font-size:20pt;
            font-weight: bold;    
        }

        .judul-kopsurat > span.periode{
            font-size:12pt;    
        }
/** kop surat end* */

/** grid border **/

    /**body**/
    table.grid th, table.grid td {
        border: 2px solid;   
        
    }    
    /** end body **/
    
    /**body**/
    table.grid tfoot th, table.grid tfoot td {
        font-weight: bold;        
    }    
    /** end body **/
    
/** grid border end **/


/** no grid border **/

    /**body**/
    table.no-grid th, table.no-grid td {
        border: none;   
        
    }    
    /** end body **/      
    
/** no grid border end **/



