/* Print Style Sheet */
@media print {
	@page {
		size: letter;
  		@bottom-center { content: "Copyright &copy; 2019 Canadian Mathematical Society"; }
		@bottom-right { content: counter(page) "/" counter(pages); }
    }
		
	.cms_noprint {
		display: none !important;
	}
	.cms_printonly {
		display: block;
	}
	h1, h2, h3, h4, h5 {
  		page-break-after: avoid;
	}
	h1 { text-align: center; font-weight: bold; }
	
    body { background:white; color:black; margin:0; font-size: 9pt; }
	
	table#cms-print-footer td { font-size: 7pt !important; }
}
