:root {
  --orange: rgb(249,181,82);
  --green: rgb(136,151,57);
}

body
{
    font-family: "Encode Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: medium;
    font-style: normal;
    font-variation-settings:
        "wdth" 100;
}

.saira {
  font-family: "Saira Stencil One", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* a
{
    color: var(--orange) !important;
}

a:hover
{
    text-decoration: underline !important;
} */

td
{
    text-align: center !important;
    border-width: 1px !important;
    border-color: black !important;
}

/* obfuscation of addresses against web crawlers */
.nene {
    display: none !important;
}

.status-table {
  width: 100%;
  border-collapse: collapse;
}

.status-table th,
.status-table td {
  padding: 8px 12px;
  border: 1px solid black;
}

.status-table th:first-child,
.status-table td:first-child {
  width: 100%;
}

.status-table th:last-child,
.status-table td:last-child {
  width: 1%;
  white-space: nowrap;
  text-align: left;
}