.tdcenter {
    text-align: center;
}

.tdend {
    text-align: right;
}

.tdstart {
    text-align: left;
}

thead,
tr,
td,
th {
    vertical-align: middle;
    text-align: center;
}


/* window 列印不會有下拉選單 start */
.printshow {
    overflow: hidden;
}

body::-webkit-scrollbar {
    display: none;
}

/* window 列印不會有下拉選單 end */



.td-name {
    font-size: 1.7rem;
}




/* create by chenglin 20221110 start */
/* @media print {
    body {
        -webkit-print-color-adjust: exact;
    }

    * {
        -webkit-print-color-adjust: exact !important;
    }

    .container{
        width: 100%;
    }
}

@page {
    size: A4 portrait;

    margin-top: 0.3cm;

} */

@media print {
        body {
            -webkit-print-color-adjust: exact;
        }

        * {
            -webkit-print-color-adjust: exact !important;
        }

    .container{
        width: 100%;
    }
}

@page {
    /* size: A4 portrait; */
    size:214mm 140mm portrait; 

    margin-top: 0.1mm;

}