
body,th,tr,td,div,span,font {
  font-size: 10pt;
  font-family: Arial;
}

.confirmed {
  background-color: lightblue;
  font-weight: bold;
}
.complete {
  background-color: green;
  font-weight: bold;
}
.in_progress {
  background-color: yellow;
  font-weight: bold;
}
.not_started {
  background-color: red;
  font-weight: bold;
}
.checks {
  background-color: lightgrey;
  font-size: 8pt;
}
.header_row {
  background-color: gray;
}
.footer {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 25px;
  font-size: 8pt;
  font-weight: bold;
}


