body {
  font-size: 100%;
}

div.headerLine {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  font-size: 150%;
}

td.lowHeader {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 120%;
  height: 50px;  
}

tr.seperator{
  heigth: 10px;
  color: white;
    background-color: orange;
}

td.bigSeperator{
        heigth: 100px;
        color: white;
        background-color: orange;
}

td.warning{
  color: red;
}

td.unitText{
  vertical-align: middle;
}

input{
  size: 6;
  text-align: right;
  width: 90%;
        font-size: 100%;
}

input.invisible {
  border: none;
  background-color: white;
  color: black;
  pointer-events: none;
}

div.footnote{
  margin-top: 50px;
  font-size: 90%;
  color: black;
}

fn {
  font-size: 85%;
}

td.alignText{
  font-size: 110%;
}
