@media (max-width: 480px) {
    tr td:nth-child(2) { display:none; visibility:hidden; }
    tr th:nth-child(2) { display:none; visibility:hidden; }
    tr td:nth-child(3) { display:none; visibility:hidden; }
    tr th:nth-child(3) { display:none; visibility:hidden; }
}

body {
    background: #fff;
    color: #555555;
    text-align: left;
    font-size: 13px;
    font-family: Noto, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    min-height: 100%;
}
table {
    width: 100%;
    }
table th {
    text-align: left;
    }
table th hr {
    height: 1px;
    border: 0;
    }
table td {
    text-align: left;
    border-top: 1px dotted #ccc;
    padding: 4px 0;
    }
@media (prefers-color-scheme: dark) {
 body {
  background-color: #1a4063;
 }
 div {
  color: #f4f6f8;
  background-color: #002b49;
 }
 a:link, a:visited {
  color: #0098d5;
 }
}
