Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* CSS placed here will affect the print output */
a:link {
	color: #4c4c4c;
	text-decoration: underline;
}

a:visited {
	color: #4c4c4c;
	text-decoration: underline;
}

a:hover {
	color: #4c4c4c;
	text-decoration: underline;
}

a.external {
	color: #4c4c4c;
	text-decoration: underline;
}

a.external:visited {
	color: #4c4c4c;
	text-decoration: underline;
}

a.external:hover {
	color: #4c4c4c;
	text-decoration: underline;
}

.content {
	background: #ffffff;
	padding: 10px 30px 10px 30px;
	box-shadow: none;
}

.colophon {
	font-size: 85%;
	width: 80%;
	margin: 20px auto 20px auto;
	page-break-after: always;
}

.custom-print-only { display: inline; }

.justified {
	text-align: justify;
}

.page-break-before {
	page-break-before: always;
}

.no-page-break-inside {
	page-break-inside: avoid;
}

.bbb-container {
	text-align: justify;
}

.quality-container {
    display: none;
}