#priceset-div div.donation_amount-section .label label {
  display: block;
  margin: 20px 0 10px 0;
  padding: 0 0 10px 0;
  font-size: 1.5em;
  border-bottom: 2px solid #005a87;
  width: 85%;
}
.donation_amount-content {
  margin: 0 0 20px 0;
  padding: 0;
  width: 400px;
}
.donation_amount-content .price-set-row {
  float: left;
  margin: 0 30px 0 0;
  font-size: 1.1em;
  line-height: 1em !important;
  box-sizing: border-box;
  font-weight: normal;
  display: block;
  white-space: nowrap;
}
.donation_amount-content .price-set-row input,
.donation_amount-content .price-set-row label {
  margin: 0;
  padding: 0;
}
.donation_amount-content .price-set-row span.price-set-option-content {
  display: inline-block;
  margin-right: 10px !important;
  padding: 10px 20px 10px 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  text-align: center;
  cursor: pointer;
}
.donation_amount-content .price-set-row span.price-set-option-content input[type="radio"] {
  display: none !important;
}
.donation_amount-content .price-set-row span.price-set-option-content.highlight {
  background-color: #005a87;
  color: #fff;
}
.donation_amount-content .price-set-row span.price-set-option-content.highlight label,
.donation_amount-content .price-set-row span.price-set-option-content.highlight label span {
  color: #fff !important;
  font-weight: normal !important;
}
.donation_amount-content span.crm-price-amount-label {
  color: #005a87;
}
.donation_amount-row5 label {
  color: #005a87;
}
.donation_amount-row5 span.crm-price-amount-amount {
  display: none;
}
/* start iframe */
.donation_amount-content {
    clear: both;
    display: block;
}
#priceset-div div.donation_amount-section .label {
    float: none !important;
    text-align: left !important;
    width: auto !important;
}
#priceset-div div.donation_amount-section .donation_amount-content {
    margin-left: 0 !important;
    padding-left: 0 !important;
}
#priceset-div .other_amount-section .label,
#priceset-div .other_amount-section .content,
#priceset-div .section-pricesetTotal .label,
#priceset-div .section-pricesetTotal .content {
    float: none !important;
    margin-left: 0 !important;
    text-align: left !important;
    width: auto !important;
}
#priceset-div div.is_recur_radio-section .label {
    float: none !important;
    text-align: left !important;
    width: auto !important;
}
#priceset-div div.is_recur_radio-section .content {
    margin-left: 0 !important;
    clear: both !important;
}
/* end iframe */
