@charset "utf-8";

body {
	color: black;
}

div.imageframe > img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	max-height: 25vh;
}

.flatlink {	
	display: inline-block;
	color: black;
	text-decoration: none;
}
a.flatlink:hover,
a.flatlink:active {
	text-decoration: underline;
}
.flatbutton {
	display: inline-block;
	background: none;
	background-color: white;
	border: none;
	color: black;
	text-decoration: none;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
}
.flatbutton:active:not([disabled]) {
	margin-top: 1px;
	margin-bottom: -1px;
	box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.2);
}
.flatbutton_image::before {
	display: inline-block;
	width: 1rem;
	height: 1rem;
	margin-right: 0.5rem;
	background-color: transparent;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	content: "";
	vertical-align: middle;
}

h1.hidden_header, h2.hidden_header, h3.hidden_header, h4.hidden_header, h5.hidden_header, h6.hidden_header {
	display: none;
}

ul.likedl {
	list-style-type: none;
	padding-left: 0;
}