Seeking assistance with creating a printable calendar using an HTML table. The calendar prints perfectly on a Mac, but when attempted on Windows in all browsers, it adds a 3" margin at the top regardless of CSS print settings. The client requires the calendar to print full bleed. The only current workaround is adjusting browser print settings to disable "shrink to fit" and set to 110%, but this distorts the text and characters within the calendar. Is there a way to achieve this using pure CSS?