/* supplement.css — Wayback Fixer overrides for czpatriot.cz */

/* .paticka (footer) had a hardcoded fixed height:39px sized for the original
   2 floated columns only. showSitewide()'s .romlifooter block added after them
   is taller, so it would overflow the fixed-height box. */
footer.paticka {
	height: auto;
	min-height: 39px;
}
footer.paticka::after {
	content: "";
	display: table;
	clear: both;
}
