@page {
    size: A4
}
body {
    font-size: 16pt;
}
/* #thsarabunit {
    font-family: 'TH SarabunIT', sans-serif;
    font-size: 16pt;
}
#thsarabunnew {
    font-family: 'TH Sarabun New', sans-serif;
    font-size: 16pt;
}
#thsarabunpsk {
    font-family: 'TH SarabunPSK', sans-serif;
    font-size: 16pt;
} */
@media print {
    #printPageButton {
        display: none;
    }
    button {
        display: none;
    }

}
button {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    background: #48CFAD;
    padding: 10px 15px;
    font-size: 20pt;
    cursor: pointer;
    border-radius: 10px;
    border: 1px solid #48CFAD;
    box-shadow: 0 0 5px #000000;
    color: #000000;
}
button:hover{
    background: #37BC9B;
    color: #ffffff;
}

