.success {
  color: var(--hu-flag-green);
}
.error {
  color: var(--hu-flag-red);
}
.incomplete {
  margin-bottom: 0;
  max-width: 41.66em;
  border-radius: 9px 9px 0 0;
  padding: 0.75em;
  background-color: var(--hu-flag-red);
  color: white;
  text-align: center;
  font-size: 1.2em;
}
div#registration_form {
  margin: 0 0 3em;
  max-width: 50em;
  border: 2px solid var(--hu-flag-red);
  border-radius: 0 0 9px 9px;
  padding: 0.75em;
}
input[type=text], select {
  display: block;
  margin: 0.3em 0 1.3em;
  width: 90%;
  padding: 0.5em;
}
select {
  width: 60%;
}
button, input[type=submit]  {
  width: 45%;
  border: none;
  border-radius: 5px;
  padding: 0.8em;
  background-color: var(--hu-flag-red);
  color: white;
  font-weight: bold;
}
button.taskComplete {
  width: 8em;
  background-color: #40CE40;
  text-align: center;
}
button.taskIncomplete {
  width: 8em;
  background-color: var(--hu-flag-red);
  text-align: center;
}
h1 {
  margin: 0 -1em 1em;
  padding: 1em;
  text-align: center;
}
h2 {
  text-align: center;
}
table {
  width: 95%;
  border-collapse: collapse;
}
th, button {
  border: 2px solid white;
  border-radius: 9px;
  padding: 1em;
  background-color: var(--hu-flag-red);
  color: white;
  text-align: left;
}
td {
  border-bottom: 1px solid var(--hu-flag-red);
  padding: 0.6em 1em;
}
.checkbox {
  padding: 0;
  text-align: left;
}
.scripture, .verse {
  font-style: italic;
  font-size: 85%;
  white-space: pre;
}
.scripture {
  font-family: sans-serif;
  color: darkblue;
}
.verse {
  color: #444444;
}
