/*This removes the campaign dropdown which is unnecessary*/
#donate-form > div.inner-form > div:nth-child(1) {
  display: none !important;
}

/*This forces a change to the content for the label of the amount
#donate-form > div.inner-form > div:nth-child(2) > label {
  display: none !important;
}*/

.public_organizations #donate-form .donation-buttons-wrapper {
  display: none !important;
}

