#subject_group label { display: inline; }
ul.indent_items li { margin-left: 2em; }

ul.subject_list {
  list-style: none;
  padding-left: 0;
}

/* The overlay that's shown when the form is submitted */
#processing_overlay {
  background: #fff;
  padding: 1%;
  border: 10px solid #94C4DA;
  display: none;  /* hidden at first; will be displayed via JS later */
}
