div.page-header { 
	display: fixed;
	margin-bottom: 1em;
	padding: 1em 1em 0.5em;
	background-color: var(--header-background-color);
	border-bottom: solid 1px var(--border-color);
	width: 100%;
}/* div.page-header */


div.page-contents {
	display: grid;
	grid-template-rows: 1fr min-content;
}/*div.page-contents */


div.page-footer {
	margin-top: 1em;
	padding: 0.5em 1em 1em;
	background-color: var(--footer-background-color);
	border-top: solid 1px var(--border-color);
	width: 100%;
}/* div.page-footer */


div.page-footer div { 
	display: flex;
	justify-content: center;
	font-size: 8pt;
	max-width: 45%;
	min-width: 300px;
	width: 100%;
}/* div.page-footer div */


/********/


div.program-title {
	display: inline-flex;
	flex-direction: column;
	justify-self: center;
}/* div.program-title */


div.title, div.tagline {
	font-size: 16pt;
	font-style: italic;
	margin-top: 0.25em;
}/* div.title, div.tagline */


div.tagline { font-size: 12pt }


label.mini-title {
	font-size: 7pt;
	font-style: italic;
}/* label.mini-title */