/* Hide PDF receipts from My Account > History tab on fundraiser dashboard */
.tabhistory #data-table th:last-child, #data-table td:last-child {
    display: none;
}