html {
	font-size: 11pt;
}

@media screen {
	html {
		width: 19cm;
	}
}

#head {
	display: none;
}

div.submenu {
	display: none;
}

div.mainmenu {
	display: none;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

div.gallery {
	/*border: 2px solid #ccc;*/
	margin-left: 0.5cm;
	margin-right: 0.5cm;
	text-align: center;
	/*background-color: #C9FFFF;*/
}

div.gallery-entry .desc {
	display: none;
}

div.gallery-entry {
	/*margin: 5px;*/
	/*border: 2px solid #ccc;*/
	width: 32%;
	display: inline-block;
}

div.gallery-entry img {
	width: 100%;
	height: auto;
}

.noprint {
	display: none;
}

h2 {
	page-break-after: avoid;
}

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

a {
	text-decoration: none;
	color: inherit;
}

p a:after {
	content: " (" attr(href) ") ";
}

p {
	text-align: justify;
}

#footer:before {
	content: "";
	border-top: .3em solid black;
	display: inline-block;
	width: 100%
}
