* {
    margin: unset;
    padding: unset;
    font-family: "Times New Roman", serif;
    font-size: 16px;
}

.pr-a4 {
    width: 210mm;
    height: 297mm;
    page-break-after: always;
}

.pr-a4-landscape {
    width: 297mm;
    height: 203mm;
    page-break-after: always;
}

h1 {
    font-size: 2em;
}
h2 {
    font-size: 1.5em;
}
h3 {
    font-size: 1.3em;
}
h4 {
    font-size: 1em;
}
h5 {
    font-size: .8em;
}
h6 {
    font-size: .7em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 7px;
}

.pr-text-center {
    text-align: center;
}

.pr-text-center-margin {
    margin: 0 auto;
}

.pr-text-left {
    text-align: left;
}

.pr-text-right {
    text-align: right;
}

.transform-rotate {
    display: block;
    transform: rotate(180deg);
    writing-mode: vertical-rl;
    font-style: italic;
    white-space: normal;
}

table {
    -webkit-border-horizontal-spacing: unset;
    -webkit-border-vertical-spacing: unset;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    width: 100%;
}

table thead th,
table tbody td {
    padding: 2px 5px;
    border-bottom: 1px solid #000;
}

table thead th:not(:last-child),
table tbody td:not(:last-child) {
    border-right: 1px solid #000;
}

table thead tr:not(:first-child) th:last-child {
    border-right: 1px solid #000;
}