#editrow-extension_reason div.label {
  vertical-align: top;
}

.crm-submit-buttons button.crm-form-submit {
  padding: 10px 15px;
  background-color: var(--primary);
  border: none;
  border-radius: 5px;
  color: white;
  font-family: benton, sans-serif;
  font-weight: 700;
}

.crm-submit-buttons button.crm-form-submit.cancel {
  background-color: var(--secondary);
}

.continue_instructions-section {
  display: none;
}

div.amount_display-group table {
  min-width: 50%;
}
