
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;
}
.submitted {
  background-color: orange;
  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;
  text-align: right;
}
.checks_ct {
  background-color: lightgrey;
  font-size: 8pt;
  text-align: center;
  width: 30px;
}
.header_row {
  background-color: gray;
}
.footer {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 25px;
  font-size: 8pt;
  font-weight: bold;
}
.lonp_num_conf {
  background-color: lightblue;
  font-size: 8pt;
  font-family:monospace
}
.lonp_num {
  font-size: 8pt;
  font-family:monospace
}
