/* Extra vertical print breathing room for the monthly, Hebrew-month,
   blank-month and weekly calendars. Loaded after master_print.css only by
   those page types, so other printable layouts keep their existing margins. */
@media print {
    @page {
        margin: 23mm 12mm 30mm;
    }
}
