body {
/* 	font-family: Times New Roman, serif; */
	margin: 0.5rem auto;
	max-width: 1170px;
}

h1 {
	font-size: 2rem;
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	text-align:center;
	margin-bottom: 1.5rem;
}

h2 {
	font-size: 1rem;
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}

h1#page_head, form fieldset legend {
	color: #070;
}

#post-251 .blog-right-page {
	padding-top: 0;
	margin-top: 0;
	
}

form fieldset {
	border-color: #070;
}

form {
/* 	width: 50em; */
	margin: auto;
}

#content form * {
	font-size: 13px;
}	

form textarea {
	vertical-align: top;
	width: 100%;
	height: 5em;
}

form input {
	font-size: inherit;
	font-size: 1em;
/* 	font-weight: bold; */
}

form input[type="date"], form input[type="time"] {
	line-height: 1.2;
}

form input[type="time"] {
	width: 100%;
}

form input[type="date"]::placeholder {
	color: red;
}

form input[type="date"]::-webkit-input-placeholder {
	color: green;
}

form input[type="date"]::-moz-placeholder {
	color: green;
}

form fieldset {
	margin-top: 1em;
/* 	width: 90%; */
    display: block;
    margin-inline-start: 2px;
    margin-inline-end: 2px;
    padding-block-start: 0.35em;
    padding-block-end: 0.75em;
    padding-inline-start: 0.625em;
    padding-inline-end: 0.625em;
    padding-bottom: 1em;
    border-bottom: solid 1px #bbb;
    border-top: none;
    border-left: none;
    border-right: none;
    min-width: -moz-min-content;
}

form fieldset legend {
    padding-inline-start: 2px;
    padding-inline-end: 2px;
    inline-size: -moz-fit-content;
	font-size: 1.2em;
	font-weight: bold;
	margin: 1em 0 0;
/* 	margin: 0; */
	font-style: italic;
	text-decoration: none;
	border: none;
}

form label {
	font-weight: normal;
}

p#submit {
	text-align: center;
	margin-top: 20px;
}

form input[type="submit"], 
button[class="mimic_submit"] {
/* 
	display: inline-block;
	font-size: 1.5rem;
	margin: 4px auto;
	color: #070;
	border: 2pt solid #070;
	border-radius: 0.75rem;
	font-weight: bold;
	font-family: serif;
	font-size: 1.5em;
	-webkit-appearance: none;
	-moz-appearance: none; 
	appearance: none;
 */
background: #2271b1;
border-color: #2271b1;
color: #fff;
text-decoration: none;
text-shadow: none;

display: inline-block;
text-decoration: none;
font-size: 13px;
line-height: 2.15384615;
min-height: 30px;
margin: 0;
padding: 0 10px;
cursor: pointer;
border-width: 1px;
border-style: solid;
-webkit-appearance: none;
border-radius: 3px;
white-space: nowrap;
box-sizing: border-box;

}

form fieldset button[name="action"] {
	border: 1px solid #2271b1;
	padding: 4px 8px;
	border-radius: 2px;
	background: #f0f0f1;
	border-color: #0a4b78;
	color: #0a4b78;
	font-size: 13px;
}

form input[type="submit"]:disabled,
button[type="mimic_submit"]:disabled {
	color: #bbb;
	border: 1px solid #bbb;
	background-color: #eee;
}

form .required_star {
	color: rgb(255,0,0);
}

form li {
	width: 100%;
}

#jsalert {
	text-align: center;
	font-weight: bold;
	font-size: 1.5rem;
}

#jsdetails {
	text-align:center;
	font-style: italic;
	font-weight: 1.2 rem;
}

#noscript {
	width: 50%;
	border: 1pt red solid;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1rem;
	background-color: #f88;
}

#formResult .webBody {
	width: 60%;
	margin: 0 auto;
}

#formResult .webBody h1 {
	text-align: center;
}

#formResult #footer, #formResult #header  {
	width: 60%;
	margin: 0 auto;
	padding: 1rem;
}

#formResult #footer {
	margin-top: 3rem;
	background-color: #ddd;
}

#formResult #footer h4, #formResult #footer ul {
	margin: 0;
}

.opOK::before {
  content: "\2705  ";
}

.opFail::before {
  content: "🅧  ";
  color: red;
}

textarea.autoExpand {
	overflow:hidden;
}

form p.wrong_data {
	display: block;
	font-size: 0.8em;
	font-style: italic;
	color: #aaa;
	padding: 0;
	line-height: normal;
	margin-bottom: 12px;
}

#form_questions {
	display: block;
	border: solid 0.5pt;
	width: 100%;
	font-size: 0.75em;
	font-style: italic;
	text-align: center;
	background: #fdd;
/* 
	float: right;
	position: absolute;
	right: 10px;;
 */
}

.label_input {
	display: inline-block;
}

@media print {
	.sidebar {
		display: none;
	}
	.col-md-9 {
		width: 100%;
	}
	header .themepage {
		width: 25%
	}
	a {
		display: none;
	}
}