body {
	font-size: 0.95em;
    line-height: 1.4em;
    letter-spacing: 0.05em;
/*	font-size: 11pt;
    line-height: 15pt;
    letter-spacing: 0.7pt;*/
    font-family: "Roboto", sans-serif;
    text-align: justify;
    padding: 0.5em;
    margin: 0;
    background: #FEFEFE !important;
}

@media (prefers-color-scheme: dark) {
}

header {
	margin: 30px auto;
	max-width: 1024px;
	width: 100%;
	text-align: center;
/*    background-color: white !important;*/
}
header img {
	width: 100%;
}

#mainmenu {
	color: white;
    background-color: black;
    margin-top: 1em;
}

#mainmenu a {
	color: white;
	text-decoration: none;
    font-size: 1.2em;
    padding: 0.25em 1.7em;
    line-height: 1.7em;
}

#mainmenu a:hover {
    background-color: #eee;
	color: black;	
}

pre {
    font-family: "Roboto", sans-serif !important;
}

code {
	display: block;
	text-align: left;
	background-color: #EEEEEE;
	padding: 0 25px 20px 25px;
	white-space: pre;
    font-family: "Roboto", sans-serif !important;
    font-size: 0.87em;
    line-height: 1.3;
}

main {
	margin: 30px auto;
	max-width: 1024px;
/*	width: 100%;*/
	text-align: left;
/*	padding: 24px;*/
}
.block_center {
	display: block;
	margin: 0 auto;
}

main img {
	max-width: 49%;
    height: auto;
}

h1 {
text-align: center;
margin-top: 2em;
}
h2 {
margin-top: 3em;
/*font-size: 20pt;*/
font-size: 1.7em;
}
h3 {
margin-top: 30px;
margin-bottom: 10px;
/*font-size: 13.3pt;*/
font-size: 1.2em;
clear: both;
}
p {
/*	text-align: left;*/
    text-align: justify;
}

li {
	text-align: left;
}
b {
	text-align: left;
}

.contact {
	display: inline-block;
	text-align: left;

	font-size: 0.95em;
    line-height: 1.4em;
    letter-spacing: 0.05em;
/*	font-size: 11pt;
    line-height: 15pt;
    letter-spacing: 0.7pt;*/
    font-family: "Roboto", sans-serif;
}

.contact img {
	vertical-align: middle;
    margin-right: 6px;
}

.pswp-gallery>a>img {
	height: 128px;
}
.gallery_bg {
	background-color: #eee;
    padding: 1em;
    margin: 0 auto;
}

.contact_outer {
	display: block;
	margin: 50px auto;
	font-size: 13px;
    line-height: 24px;
}

.contact_outer a {
    text-decoration: none;
    color: black;
}

.contact_outer>div {
	display: inline-block;
	text-align: left;
}

.contact_outer a img {
	vertical-align: middle;
    margin-right: 6px;
}
.param_table {
	display: table;
/*	margin: 16px auto;*/
}

.param_table > div,
.param_row {
	display: table-row;
	text-align: left;
	line-height: 22px;
}

.param_table > div > label,
.param_row > label {
	display: table-cell;
	text-align: right;
	padding-right: 8px;
}

.param_table > div > div,
.param_row > .cb_outer,
.param_row > div,
.param_row > input {
	display: table-cell;
}
