.container {
  width: 100%;
}
body {
  background-color: #FFF;
  font-family: 'Times New Roman', 'BiauKai', '標楷體', serif;
  font-size: 16pt;
}
.paper-a4 {
  width: 21cm;
  margin-left: auto;
  margin-right: auto;
}
.title {
  font-size: 20pt;
  font-family: inherit;
}
.meta {
  font-size: 14pt;
}
td,
th {
  font-size: 16pt;
}
.table-bordered {
  border-collapse: collapse;
  border-color: #000;
  border-radius: 0;
}
.table-bordered thead:first-child tr:first-child thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
  border-top-left-radius: 0;
}
.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
  border-top-right-radius: 0;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #000;
}
.table-bordered .table-fit-parent {
  margin-left: -1px;
  margin-top: -1px;
  margin-bottom: -1px;
  border: none;
}
.table-bordered .table-fit-parent tr th:last-child,
.table-bordered .table-fit-parent tr td:last-child {
  border-right: none;
}
