<!--
.header {
  width: 894x;
  height: 24px;
  background-color: blue;
  padding: 3px 4px 1px 4px;
  color: white;
}
.square_yes {
  text-align: left;
  width: 68px;
  font-size: 14px;
  font-family: Arial,sans-serif;
}
.counter_yes {
  text-align: left;
  width: 54px;
}
.square_today {
  text-align: left;
  width: 42px;
  font-size: 14px;
  font-family: Arial,sans-serif;
}
.counter_today {
  text-align: left;
  width: 54px;
}
.square_total {
  text-align: left;
  width: 36px;
  font-size: 14px;
  font-family: Arial,sans-serif;
}
.counter_total {
  text-align: left;
  width: 75px;
}
.square_2 {
  width: 558px;
  text-align: right;
  font-size: 17px;
  font-family: Times New Roman,Arial,sans-serif;
  font-weight: bold;
}
.footer {
  width: 894x;
  height: 22px;
  background-color: blue;
  padding: 4px 4px 0px 4px;
  font-size: 17px;
  font-family: Times New Roman,Arial,sans-serif;
  font-weight: bold;
  color: white;
}
.square_3 {
  width: 170px;
  text-align: left;
}
.square_4 {
  width: 716px;
  text-align: right;
}
-->