.qcd-checklist th {
  padding: 15px;
}

.qcd-checklist table {
  margin: 0 auto;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 1em;
}

th.options {
  text-align: center;
  border: 1px solid #999999;
}

th.options:hover {
  cursor: pointer;
}

.green-bg {
  border: 2px solid #28ad00 !important;
  background: rgba(42, 174, 0, 0.6);
  color: white;
}

.red-bg {
  border: 2px solid #b30838 !important;
  background: rgba(179, 8, 57, 0.6);
  color: white;
}

.rmd-calculator .gform_footer,
.rmd .gform_footer {
  display: none !important;
}
