/* Sean added this to hide the footer */
.footer-link{ visibility:hidden; }

/* Sean added this to hide the "important notice" on receipts, which is huge and not helpful */
#ctl00_credit_card_message{
    display: none; 
}

/* Sean added this to put underlines under links, e.g. for "who" in volunteering */
.admin-table .more-info-link{
   border-bottom:1px solid #000;
}

/* Sean added this to make the cart buttons not white-on-white */
#important_icons a.full-size {
   background: black;
}


