/* HIDE DONATION BUTTONS AT FOOTER OF SPONSORSHIP PAGES THAT LEAD TO EMPTY PAGES */
#list-categories-footer span:nth-of-type(3),
#list-categories-footer span:nth-of-type(4) {
display:none;
}

