body {
  margin: 1rem auto;
  font-family: -apple-system,BlinkMacSystemFont,avenir next,avenir,helvetica neue,helvetica,ubuntu,roboto,noto,segoe ui,arial,sans-serif;
  color: #444;
  max-width: 920px;
}
h1 {
  font-size: 3rem;
}
h2 {
  font-size: 2rem;
}
table {
  border-collapse: collapse;
	font-size: 0.875rem;
  width: 100%;
}
.td-pass {
  background-color:rgba(0, 255, 0, 0.2);
}
.td-fail {
  background-color:rgba(255, 0, 0, 0.2);
}
.td-quarantined {
  background-color:lightgray;
}
.td-many {
  background-color:rgba(0, 255, 0, 0.3);
}
.td-few {
  background-color:rgba(0, 255, 0, 0.1);
}
.td-many-distinct {
  background-color:rgba(0, 0, 255, 0.3);
}
.td-few-distinct {
  background-color:rgba(0, 0, 255, 0.1);
}
.td {
  padding: 1rem 1rem 1rem 0;
  border-bottom: solid 1px rgba(0,0,0,.2);
}
.tr-eol1 {
  background-color:rgba(0, 255, 0, 0.1);
}
.tr-eol2 {
  background-color:rgba(0, 255, 0, 0.3);
}
.tr-eol3 {
  background-color:rgba(0, 255, 0, 0.5);
}

