#dataCanvas {
  background-color:#000000;
  touch-action: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
input[type="checkbox"]:disabled+label[for]::after {
  content: '\00A0(' attr(data-reason) ')';
  color: #777777;
}
output {
  color: #666666;
}
.stat p,
.stat ul {
  margin: 0;
}

.legend {
  list-style-type: none;
  padding-left: 0px;
  display: inline-block;
}
.legend>li {
  margin-left: 1em;
  display: inline-block;
}
.legend>li::before {
  content: "\2022";
  display: inline-block;
  width: 1em;
  font-weight: bold;
  vertical-align: middle;
}
.green-dot::before {
  color: #00ff00;
  font-size: 8px;
}
.small-green-dot::before {
  color: #00ff00;
  font-size: 4px;
}
