@font-face {
    font-family: "Complete Kai Ti";
    font-weight: normal;
    src: local(DFPHKStdKai-B5);
}

@font-face {
    font-family: "Complete Kai Ti";
    font-weight: bold;
    src: local("Kaiti TC Bold");
}

:lang(ug-Arab) {
    font-family: "Noto Naskh Arabic", serif;
}

:lang(en-GB),
:lang(ug-Latn) {
    font-family: Amiri, serif;
}

:lang(zh-HK) {
    font-family: Amiri, "Complete Kai Ti", cursive;
}

body {
    line-height: 1.415;
}

a {
    color: black;
    font-family: Inconsolata, monospace, monospace !important;
    text-decoration: none;
}

h1 {
    font-size: 150%;
    margin: 0 0 0.5em 0;
}

table {
    border-collapse: collapse;
}

td {
    text-align: center;
    padding: 0 4px;
}

tbody>tr>th:last-child {
    text-align: right;
}

thead>tr:last-child>th,
tbody>tr:nth-child(4n)>td,
tbody>tr:nth-child(4n)>th {
    border-bottom: 1px solid black;
}

.red {
    color: red;
}