html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
}

.hs {
    font-size: 20px;
    padding: 1px;
    font-weight: bold;
}

.nm_perusahaan {
    font-size: 32px;
    padding: 1px;
}

.bwh_kop {
    font-size: 15px;
    padding: 1px;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

table {
    /* font-family: Arial, Helvetica, sans-serif; */
    font-size: 14px;
    color: black;
    width: 100%;
}

.border {
    border: 1px double black;
    /* width: 70%; */
    margin: 10 5 10 5;
}

thead {
    font-size: 14px;
}

tbody {
    font-size: 14px;
}

td.judul {
    font-size: 18px;
    padding: auto;
    border: none;
}

td.kop_toko {
    font-size: 14px;
    padding: 1px;
    border: none;
}

th,
td {
    border: 1px solid black;
    padding: 2px;
    border-width: 1px;
}

table.head td {
    color: black;
    padding: 2px;
}

table.foot td {
    color: black;
    padding: 2px;
    border-width: 1px;
}

td,
p {
    font-size: 12px;
}

table.nm_trx {
    margin: 0;
}

table.nm_trx td {
    border: none;
    font-weight: bold;
}

table.barang td {
    color: black;
    padding: 3px;
    margin-top: 5px;
    font-size: 14px;
    text-transform: capitalize;
    vertical-align: text-top;
}

table.barang th {
    text-transform: uppercase;
    text-align: center;
}

.tengah {
    text-align: center;
}

.kiri {
    text-align: left;
}

.kanan {
    text-align: right;
}

#pageFooter:after {
    counter-increment: page;
    content: counter(page);
}

@media print {
    @page {
        /* width: 21cm;
        height: 14cm; */
        size: A5 landscape;
        margin: 20 15 20 15;
    }
    #container {
        min-height: 100%;
        position: relative;
    }
    #header {
        padding: 5px;
        /* margin-top: 5px; */
    }
    #body {
        border-width: 1px;
        border-top-style: double;
        border-top-color: grey;
        padding: 8px;
        /* padding-bottom:60px;   sesuaikan dengan tinggi footer */
    }
    #body_tanda_terima {
        padding: 8px;
        /* padding-bottom:60px;   sesuaikan dengan tinggi footer */
    }
    #footer {
        border-width: 1px;
        border-top-style: double;
        border-top-color: grey;
        position: absolute;
        /*disable */
        bottom: 50px;
        /*0 */
        width: 100%;
        padding: 5px;
    }
}