/* Ensure "Event information" header doesn't underlap 
 * buttons on event confirmation page.
 */
div.crm-group.event_info-group {
    margin-top: 2em;
    clear: both;
}

/* Increase visibility for 'apply discount' button */
div.crm-section.cividiscount-section button#_qf_Register_reload {
color: rgba(30,0,232,0.53);
  border: 1em solid lightgrey;
  background: lightgrey;
  font-weight: bold;
  border-radius: 1em;
}

/* Increase padding at the bottom of tables in user-dashboard tabs, 
 * for more pleasing distance between table data and post-help,
 * e.g. on "CPPT Status" tab.
 */
.crm-container table.dashboard-elements div.view-content {
  margin-bottom: 2em;
}
