body {
  font-size: 80%;
}

div.headerLine {
  margin-top: 20px;
  margin-bottom: 50px;
  margin-left: 20px;
  font-size: 150%;
}

tr.seperator{
  heigth: 10px;
  color: white;
}

td.warning{
  color: red;
}

input{
  size: 6;
  text-align: right;
}

input.invisible {
  border: none;
  background-color: white;
  color: black;
  pointer-events: none;
}

div.footnote{
  margin-top: 50px;
  font-size: 50%;
  color: black;
}

fn {
  font-size: 85%;
}