main .form-boolean--type-radio:checked, main .form-check-input:checked, main .form-checkboxes input[type=checkbox]:checked, main ul.thumbnails.image_picker_selector li .thumbnail.selected {
  background-color: #569a20 !important;
}

main .form-boolean--type-radio:checked, main .form-check-input:checked, main .form-checkboxes input[type=checkbox]:checked {
  border-color: #569a20 !important;
}

main .form-check-input, main .form-checkboxes input[type=checkbox] {
  border-radius: 0.25em;
}

main .form-boolean--type-radio:checked {
  box-shadow: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e") !important;
}

main .image_picker_selector .thumbnail {
  text-align: center !important;
}

.custom_course_survey_form table fieldset.form-item {
  border: 0 !important;
}

.custom_course_survey_form table, .custom_course_survey_form table td {
  border: 1px solid #000 !important;
}

.custom_course_survey_form .custom_no_border_table, .custom_course_survey_form .custom_no_border_table td {
  border: 0 !important;
}