body {
  background-color: #C62126;
  padding: 50px;
  font: 14px/1.5 "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
  color: #fff;
  margin: 0 0 20px;
}

p, ul, ol, table, pre, dl {
  margin: 0 0 20px;
}

h1, h2, h3 {
  line-height: 1.1;
}

h1 {
  font-size: clamp(10px, 7.25vw, 36px);
  font-weight: bold;
}

h2 {
  color: #393939;
}

a {
  color:#fff;
  text-decoration: dotted underline;
}
table td a {
  color: #000;
  text-decoration: none;
}

a:hover, a:focus {
  color: #62add2;
  font-weight: bold;
}

a small {
  font-size: 11px;
  color: #777;
  margin-top: -0.3em;
  display: block;
}

a:hover small {
  color: #777;
}

.wrapper {
  width: 573px;
  float: center;
  margin: 0 auto;
  padding-bottom: 50px;
}

table {
  width: 100%;
  font-family: monospace;
  border-collapse: collapse;
  color: #000;
  background-color: #ddd;
  box-shadow:  rgba(0,0,0,0.2) 0 0 0 1px,rgba(0,0,0,0.45) 0 3px 10px;
}

th, td {
  text-align: left;
  padding: 5px 10px;
  border-inline-color: 1px solid #727272;
}

th.sort-asc, th.sort-desc {
  font-style: italic;
}

tr:nth-child(odd) {
  background-color: #ccc;
}

td:first-child {
  align-content: center;
  font-weight: bolder;
}

dt {
  color: #444;
  font-weight: 700;
}

th {
  background-color: #555;
  color: #fff;
}

header {
  width: 270px;
  float: left;
  position: fixed;
  -webkit-font-smoothing: subpixel-antialiased;
}

strong {
  color: #222;
  font-weight: 700;
}

small {
  font-size: 11px;
}

hr {
  border: 0;
  color: #fff;
  background: #727272;
  height: 1px;
  margin: 0 0 20px;
}

footer {
  width: 270px;
  float: left;
  position: fixed;
  bottom: 50px;
  -webkit-font-smoothing: subpixel-antialiased;
}

@media print, screen and (max-width: 740px) {
  body {
    padding: 0;
  }
  .wrapper {
    border-radius: 0;
    box-shadow: none;
    width: 100%;
  }
  footer {
    border-radius: 0;
    padding: 20px;
    width: auto;
  }
  footer p {
    float: none;
    margin: 0;
  }
  footer p + p {
    float: none;
  }
}
@media print, screen and (max-width: 580px) {
  header ul {
    display: none;
  }
  header p.view {
    display: block;
  }
  header p {
    width: 100%;
  }
}
