/* force full height on public template */
#body-public .full-height {
	height: 100%;
}

#body-public footer.hidden {
	display: none;
}

#pdframe {
	/* The PDF frame uses an absolute position and thus fills the whole padding
	 * box of the content, so the top padding is needed here too to not overlap
	 * the header. */
	padding-top: inherit;
}
