/* custom css */

a {
   color: #000000;
}

.margright {
margin-right: 40px;
margin-bottom: 15px;
}

a.donate-button {
   background-color: #21b566;
}

.campaignSponsorAmount {
   display: none;
}
.campaignSponsorMessage {
   display: none;
}


@media screen and (max-width: 421px) {
.honoreeDonateButton {
    width: 90%;
}


.margright {
margin-right: 0px;
}
}





