body {
  background-color: rgba(116, 116, 116, 0.67);
}
h1 {
  color: rgb(0, 0, 0);
}
h2 {
  color: rgb(0, 0, 0);
  font-size: 14px;
  font-weight:bold;
  font-family:Arial, Helvetica, sans-serif;
}
p {
  color: rgb(0, 0, 0);
  font-size: 14px;
  font-family:Arial, Helvetica, sans-serif;
}
a {
  color: rgb(0, 0, 0);
  font-size: 12px;
  font-family:Arial, Helvetica, sans-serif;
}
.customtable {
  border-collapse: collapse;
}
.customtable, .customtd, .customth {
  /* border: 1px solid black; */
}
.customth:nth-child(even),.customtd:nth-child(even) {
  background-color: rgba(150, 150, 150, 0.4);
}
.trr {
  border-bottom: 1px solid rgb(104, 104, 104);
}
.trr:hover {background-color: #D6EEEE;}
.headertable {
  border:0px;
}
.headline {
  color: rgb(25, 0, 83);
  font-size: 20px;
  font-family:Arial, Helvetica, sans-serif;
}
.negativenumber {
  color: rgb(242, 20, 20);
  font-size: 14px;
  font-family:Arial, Helvetica, sans-serif;
}
.positivenumber {
  color: rgb(33, 178, 71);
  font-size: 14px;
  font-family:Arial, Helvetica, sans-serif;
}
.zeronumber {
  color: rgb(0, 0, 0);
  font-size: 14px;
  font-family:Arial, Helvetica, sans-serif;
}
.disclaimer {
  font-style:italic;
  font-size: 10px;
}
input[type=submit] {
  background-color: #0067a7;
  border: none;
  color: white;
  padding: 8px 16px;
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;
}