Is there a way to get the Group Order page to print each item on a separate page?
This would help the team who divvy up the food.
I tried the following CSS but it didn't work:
#groupOrderTable tr{ page-break-inside:avoid; page-break-after:auto }
#groupOrderTable thead { display:table-header-group }