
h1 {
    color: slategrey;
}
table {
  width:100%;
  font-family:courier;
}
table, th, td {
  border-collapse: collapse;
  white-space:nowrap;
}
table.names tr:nth-child(even) {
  background-color: #eee;
}
table.names th {
  background-color: slategrey;
  color: white
}
table.names table {
  background-color: transparent;
}
th {
  padding: 1px;
  text-align: left;
}
td {
  padding: 1px;
  text-align: right;
}
td.error {
  color: red;
  background-color: #bbb;
  font-weight: lighter;
  font-style: italic;
}
td.value {
  color: black;
  font-weight: bold;
}
td.regression {
  color: red;
  background-color: lightpink;
  font-weight: bold;
}
td.improvement {
  color: green;
  background-color: lightgreen;
  font-weight: bold;
}
td.notsignf {
  color: white;
  background-color: darkgrey;
  font-weight: normal;
}
td.signfcnt {
  color: green;
  font-weight: normal;
}

