.content {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  max-width: 1300px;
}
.controls {
  margin: 20px;
}
p {
  max-width: 900px;
}

h1.title {
  margin-left: 50px;
}

.viz-container {
  position: relative;
  margin-bottom: 50px;
}
.score-container {
  position: absolute;
  top: 20px;
  left: 40%;
}
div.score-container div.cell-output {
  height: 30px;
}

.observablehq--undefined {
  display: none;
}
td > input, th > input {
  display: none;
}

/* .brier_display {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 40px;
  text-align: center;
  pointer-events: none;
  top: 20px;
}
.selected_brier_display {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 40px;
  text-align: center;
  pointer-events: none;
  top: 40px;
} */