/**
 *  Donation form
 */

/* Do not display the -none- option for Amount as the price field Amount cannot be made required because there is also an Other Amount price field */
/*
.crm-contribution-page-id-2 .price-set-row.amount-row12 {
  display: none;
}
*/

/* Hide radio buttons and show labels only*/
/*
.crm-contribution-page-id-1 .price-set-option-content input {
  display: none;
}

.crm-contribution-page-id-1 .price-set-option-content label {
  float: none !important;
  display: inline-block;
  line-height: 2.5em !important;
  border: 1px solid #ccc !important;
  border-radius: 5px !important;
  margin-right: 10px !important;
  margin-left: unset;
  text-align: center !important;
}
*/

.crm-contribution-page-id-1 .crm-radio-wrapper-400px {
  width: 95px !important;
}
