Path : /var/www/html/main/css/
File Upload :
Current File : /var/www/html/main/css/styleA4.css

body {
  font-family: "TH SarabunPSK";
	font-size: 18px;
  background: rgb(204,204,204);
}

page {
  background: white;
  display: block;
  padding: 1cm;
  margin: 1cm auto;
  margin-bottom: 0.5cm;
  box-shadow: 0 0 0.5cm rgba(0,0,0,0.5);
}
page[size="A4"] {
  width: 21cm;
  height: 29.7cm;
}
page[size="A42"] {
  width: 21cm;
  height: 594mm;
}
page[size="A43"] {
  width: 21cm;
  height: 891mm;
}
page[size="A44"] {
  width: 21cm;
  height: 1188mm;
}
page[size="A45"] {
  width: 21cm;
  height: 1485mm;
}
page[size="A46"] {
  width: 21cm;
  height: 1782mm;
}
page[size="A47"] {
  width: 21cm;
  height: 2079mm;
}
page[size="A48"] {
  width: 21cm;
  height: 2376mm;
}
page[size="A49"] {
  width: 21cm;
  height: 2673mm;
}
page[size="A410"] {
  width: 21cm;
  height: 2970mm;
}
page[size="A4"][layout="portrait"] {
  width: 29.7cm;
  height: 21cm;
}
@media print {
  body, page {
    margin: 0;
    border: initial;
    border-radius: initial;
    width: initial;
    min-height: initial;
    box-shadow: initial;
    background: initial;
    page-break-after: always;
  }
}

tr,td {
  font-family: "TH SarabunPSK";
  font-size: 18px;
}

.table-info table {
  border-collapse: collapse;
  width: 100%;
}
.table-info td,th {
  vertical-align: top;
  border: 1px solid #000;
  padding: 0.5rem;
}
.table-info image,img {
  width: 100%;
}

.table2-info table {
  border-collapse: collapse;
  width: 95%;
}
.table2-info td,th {
  vertical-align: top;
  border: 1px solid #000;
  padding: 0.5rem;
}
.table2-info image,img {
  width: 100%;
}

.font-header-foot {
    font-style: normal;
    font-size: 16px;
    font-family: "TH SarabunPSK";
    color: black;
}
.font-title {
	font-style: normal;
	font-size: 20px;
	font-family: "TH SarabunPSK";
	color: black;
	font-weight: bold;
  vertical-align: center;
}

@font-face {
  font-family: "THSarabun";
  src: url('../fonts/THSarabun.ttf');
  src: local('THSarabun'), url('../fonts/THSarabun.ttf') format('truetype');
  font-style: normal;
}
@font-face {
  font-family: "SOV laizen2";
  src: url('../fonts/SOV_laizen2.ttf');
  src: local('SOV laizen2'), url('../fonts/SOV_laizen2.ttf') format('truetype');
  font-style: normal;
}
@font-face {
  font-family: "Mi Teiyng Script";
  src: url('../fonts/Mi_Teiyng_Script.ttf');
  src: local('SOV laizen2'), url('../fonts/Mi_Teiyng_Script.ttf') format('truetype');
  font-style: normal;
}
.font-signature {
  font-family: "Mi Teiyng Script";
  font-size: 15px;
  color: black;
  font-weight: bold;
  vertical-align: center;
}
.font-dePart {
  font-family: "THSarabun";
  font-size: 16px;
  color: black;
  /*font-weight: bold;*/
  vertical-align: center;
}