html {
  color-scheme: light dark;
}
h1 {
  font-family: 'Segoe UI', Tahoma;
  font-size: 16px;
  color: #039;
  font-weight: normal;
  margin: 0;
}
@media (prefers-color-scheme: dark) {
  h1 {
    color: #8dc6ff;
  }
}
h2, h3 {
  font-family: 'Segoe UI', Tahoma;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}
div {
  font-family: 'Segoe UI', Tahoma;
  font-size: 12px;
  font-weight: normal;
  color: #6d6d6d;
}
p, li, th, td {
  font-family: 'Segoe UI', Tahoma;
  font-size: 12px;
  font-weight: normal;
  text-align: left;
  margin: 0;
}
table {
  padding-left: 0;
}
ol, ul {
  margin: 0;
}
.greytext {
  color: #6d6d6d !important;
}
.scorecountslist li {
  display: inline;
  list-style-type: none;
  padding-right: 20px;
}
