h1 {
  text-align: center;
  font-size: 110%;
}

th.pr2ch,
td.pr2ch {
  padding-right: 2ch;
}
body {
  margin: 2em;
  color: #d3d3d3;
  font-size: 18px;
}
h1 {
  text-align: center;
  font-size: 110%;
}
.radio-group label,
.radio-group input[type='radio'] {
  font-size: inherit;
}
.radio-group label:hover {
  background: #003366;
  color: #fff;
  border-radius: 4px;
}
.score-list {
  list-style: none;
  padding: 0;
}
.score-item {
  padding: 0;
  margin-bottom: 0;
  border-bottom: none;
  cursor: pointer;
}
.score-item:hover {
  background: #003366;
}
.score-item:last-child {
  border-bottom: none;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  z-index: 1000;
  /* pointer-events: none; */
}
.overlay-content {
  position: relative;
  background: #222;
  padding: 2em 3em;
  border-radius: 8px;
  box-shadow: 0 2px 16px #000a;
  text-align: left;
  height: 100vh;
  max-width: 75vw;
  max-height: 100vh;
  overflow-y: auto;
  pointer-events: auto;
  font-size: 17px;
}
.overlay-close {
  margin-top: 1em;
  color: #ccc;
  font-size: 1.1em;
  position: absolute;
  top: 10px;
  right: 16px;
  background: none;
  border: none;
}
.overlay-close:hover {
  cursor: pointer;
}
#overlayCloseX {
  z-index: 1001;
}
#yearSelect,
#gotwSelect {
  background: #000;
  color: #d3d3d3;
  border: 1px solid #444;
  width: 140px;
  min-width: 140px;
  max-width: 140px;
  font-family: inherit;
  font-size: inherit;
}
