@font-face {
  font-family: "AtkinsonHyperlegibleNext-Regular";
  src: url("fonts/AtkinsonHyperlegibleNext-Regular.woff2") format("woff2");
  src: url("fonts/AtkinsonHyperlegibleNext-Regular.woff") format("woff");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AtkinsonHyperlegibleNext-Italic";
  src: url("fonts/AtkinsonHyperlegibleNext-Italic.woff2") format("woff2");
  src: url("fonts/AtkinsonHyperlegibleNext-Italic.woff") format("woff");
  font-style: italic;
  font-display: swap;
}
html {
  font-size: 16px;
}
body {
  line-height: 1.3rem;
  background-color: #111111;
  color: #919198;
  font-size: 1rem;
  font-family: "AtkinsonHyperlegibleNext-Regular", Optima, Segoe, Segoe UI, Candara, Calibri, Arial, sans-serif;
  margin: 10px;
  padding:0;
}
a:link,
a:visited {
  font-weight: bold;
  text-decoration: none;
  color: #bdbdbd;
}
a:hover {
  font-weight: bold;
  text-decoration: underline;
  color: #eee;
}
a:active {
  font-weight: bold;
  text-decoration: underline;
  color: #fff;
}
.foot {
  clear: both;
  font-size: 0.875rem;
  white-space: pre-wrap;
  line-height:1.1rem;
  color: #66666b;
  padding-top:4rem;
}
.foot a:link {
  text-decoration: none;
  color: #999;
}
.foot a:visited {
  color: #999;
}
.foot a:hover {
  text-decoration: underline;
  color: #fff;
}
b {
  font-weight: 900;
}
H1 {
  font-size: 1.35rem;
  margin: 5px 0 0 0;
  padding: 0;
  line-height:1.35rem;
}
ul,
ol {
  margin: 0;
  padding: 0 0 0 1.5rem;
  line-height:1.25rem;
}
details {
  display: inline-block;
  vertical-align: top;
  display: contents;
}
details > summary {
  font-weight: bold;
  color: #bdbdbd;
  padding: 0;
  border: none;
  cursor: pointer;
  list-style: none;
  display: inline;
}
details > summary:hover {
  color: #dcdcdc;
  text-decoration: underline;
}
details > summary:active {
  color: #fff;
  text-decoration: underline;
}
details[open] > summary {
  color:#bbecff;
}
:target {
  background: #252525;
  animation: highlight-fade 6s forwards;
}
@keyframes highlight-fade {
  0% {
    background: transparent;
  }
  50% {
    background: #222;
    box-shadow: 0 0 30px #5c745b;
  }
  100% {
    background: transparent;
  }
}
table.bingus {
  background-color: #000;
  border-spacing: 0;
  border-collapse: collapse;
  border: 1px solid rgb(59, 59, 59);
  display: inline-table;
  margin: .25rem;
  font-size: 0.9rem;
}
.bingus th {
  text-align: left;
  vertical-align: bottom;
  padding: 0.15rem 0.34rem 0.15rem 0.35rem;
  background-color: #333;
  color: #d2d2d2;
  font-weight: bold;
  border: 1px solid rgb(100, 100, 100);
}
.bingus td {
  padding: 0.15rem 0.34rem 0.15rem 0.35rem;
  border: 1px solid rgb(59, 59, 59);
}
table.sortable {
  background-color: #000;
  border-spacing: 2px;
  border-collapse: separate;
  border: 0;
  display: inline-table;
  margin: 5px 10px 10px 0;
  float: left;
}
.sortable td {
  padding: 4px 6px 4px 6px;
  margin: 0;
  border: 1px solid #333;
}
.sortable th {
  position: sticky;
  top: 0;
  z-index: 10;
  text-align: left;
  vertical-align: bottom;
  padding: 4px 6px 4px 6px;
  background-color: #333;
  color: #eee;
  font-weight: bold;
  border: 1px solid #444;
  cursor: pointer;
}
.sortable tr:nth-child(even) {
  background-color: #141414;
}
.sortable tr:nth-child(odd) {
  color: #bdbdbd;
}
.tooltiplined {
  border-bottom: dashed 1px #8a8a8a;
  cursor: help;
  position: relative;
  display: inline;
  width: 100%;
}
.tooltiplined .tooltiptext {
  bottom: -0.7rem;
  transform: translateY(100%);
  left: -0.5rem;
  visibility: hidden;
  background-color: #222;
  color: #919198;
  padding: 8px;
  border-radius: 6px;
  border: 1px solid #666;
  position: absolute;
  z-index: 1;
  width: max-content;
  max-width: 340px;
  font-size: 0.925rem;
  font-weight: 400;
}
.tooltiplined:hover .tooltiptext {
  visibility: visible;
}
.tooltip {
  cursor: help;
  position: relative;
  display: inline;
  width: 100%;
}
.tooltip2 {
  cursor: pointer;
  position: relative;
  width: 100%;
}
.tooltip .tooltiptextright,
.tooltip2 .tooltiptextright {
  bottom: -0.7rem;
  transform: translateY(100%);
  right: -0.5rem;
  visibility: hidden;
  background-color: #222;
  color: #919198;
  padding: 8px;
  border-radius: 6px;
  border: 1px solid #666;
  position: absolute;
  z-index: 1;
  width: max-content;
  max-width: 350px;
  font-size: 0.925rem;
  font-weight: 400;
}
.tooltip:hover .tooltiptextright,
.tooltip2:hover .tooltiptextright {
  visibility: visible;
}
.tooltip .tooltiptextleft,
.tooltip2 .tooltiptextleft {
  bottom: -0.7rem;
  transform: translateY(100%);
  left: -0.5rem;
  visibility: hidden;
  background-color: #222;
  color: #919198;
  padding: 8px;
  border-radius: 6px;
  border: 1px solid #666;
  position: absolute;
  z-index: 1;
  width: max-content;
  max-width: 350px;
  font-size: 0.925rem;
  font-weight: 400;
}
.tooltip:hover .tooltiptextleft,
.tooltip2:hover .tooltiptextleft {
  visibility: visible;
}
.indent {
  padding:0;
  margin:0 0 0 20px;
  display:inline-block;
}
.green {
  font-weight:700;
  color:#95b69a;
}
.green2 {
  color:#598857;
}
.red {
  font-weight:700;
  color:#d35656;
}
.dark {
  color: #555;
}
.dark a:link,
.dark a:visited {
  font-weight: bold;
  text-decoration: none;
  color: #727272;
}
.dark a:hover {
  font-weight: bold;
  text-decoration: underline;
  color: #b4b4b4;
}
.dark a:active {
  font-weight: bold;
  text-decoration: underline;
  color: #fff;
}
