/* Row Tabel kebesaren, seting disini */
.table td, .table th {
    padding: .50rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
/* Background Paid di invoice */
.mbayar {
    background-image: url('../img/paid.jpg');
    background-repeat: no-repeat;
    background-size: 90%;
}
/* Custom Print */
@media print 
{
    @page {
      size: A4; /* DIN A4 standard, Europe */
      margin:0;
    }
    html, body {
        width: 210mm;
        /* height: 297mm; */
        height: 282mm;
        /* font-size: 11px; */
        background: #FFF;
        overflow:visible;
    }
    body {
        padding:15mm;
    }
}