/** AGH #14690 add more space between the button and the grey Event Information box on the confirmation page **/
#crm-container.crm-container.crm-public .select2-container .select2-choice {
  padding: 5px 5px; 
}

/** AGH #14690 fix the excessive vertical height of the selects on the form**/
#crm-container.crm-public .CRM_Event_Form_Registration_Confirm #crm-submit-buttons {
 margin-bottom: 30px;
}

/** AGH #14690 change the "Go Back" button of the left to be a white background as seen in Proceed to Payment. This way it looks "less obvious" and therefore people are more likely to click Continue**/
.crm-container .CRM_Event_Form_Registration_Confirm input.crm-form-submit.cancel,
.crm-container .CRM_Event_Form_Registration_Confirm span.crm-button.crm-button-type-back {
 background-color: white !important;
 color: #B1790B !important;
}

.crm-container .CRM_Event_Form_Registration_Confirm input.crm-form-submit.cancel:hover,
.crm-container .CRM_Event_Form_Registration_Confirm span.crm-button.crm-button-type-back:hover {
 color: white !important;
 background-color: #B1790B !important;
}

/* AGH #24827 Slightly smaller font for the H1, maybe 10-20% smaller */
body.page-civicrm h1.page-header {
 font-size: 50px;
}

/* AGH # 24827 slightly bigger Save and Submit button that matches Drupal buttons */
.crm-container.crm-public .crm-submit-buttons .crm-form-submit,
.crm-container.crm-public .crm-button {
  padding: 6px 20px !important;
  margin: 7px 7px 0 0;
}
