#form-want-to-help-error-message {
  display: none;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
  font-weight: bold;
}

#form-want-to-help-error-message.active {
  display: block;
}

.webform-submission-want-help-form-form input[name="op"]:disabled {
  background-color: #AEAEAE;
  border-color: #AEAEAE;
  cursor: not-allowed;
  color: #fff;
}