html { 
	hyphens: auto;
}
body {
	font-family: "Times New Roman", serif;
	font-size: 11.5pt;
	line-height: 1.3;
	/*max-height: 200mm;	*//* <<<<<<<<< */
  
	margin: 0;
	padding: 0;
}
p {
	margin-top: 0.7rem;
	margin-bottom:0.7rem
}
h1 {
	font-size: 24pt;
	font-weight: bold;
	/*page-break-after: avoid;*/
}
h2 {
	font-size: 14pt;
	font-family: 'Lexend', 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
	color: #666666;
	/*page-break-after: avoid;*/
}
h3 {
	font-size: 14pt;
	/*page-break-after: avoid;*/
}
.scene {
	scroll-margin-top: 3rem;
}
.node-title {
	font-weight: bold;
	text-align: center;
}
.node-text {
	margin-top: 0.4em;
	margin-bottom: 0.4em;
	margin-left: 0.4em;
	margin-right: 0.4em;
	border-radius: 8px;	
}
.node-section {
	margin-top: 0.4em;
	margin-bottom: 0.4em;
	margin-left: 0em;
	margin-right: 0em;
	/*page-break-inside: avoid;*/
}
.node-section-inc {
	margin-top: 0.4em;
	margin-bottom: 0.4em;
	margin-left: 1em;
	margin-right: 0.4em;
	/*page-break-inside: avoid;*/
}
.node-choice {
	margin-top: 0em;
	margin-bottom: 1em;
	margin-left: 0em;
	margin-right: 0em;
	/*page-break-inside: avoid;*/
}
.node-choice-inc {
	margin-top: 0em;
	margin-bottom: 1em;
	margin-left: 1em;
	margin-right: 0em;
	/*page-break-inside: avoid;*/
}
.node-choice-next {        
	color: #0066cc;
}
.node-choice-success {
	color: #228B22;
}
.node-choice-fail {
	color: #DC143C;
}
.illustration {
    text-align: center;
    margin: 1rem 0;
}
.illustration img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

a {
	color: black !important;
    text-decoration: none !important;
}
.link {
	color: black !important;
    text-decoration: none !important;
}
.space10 {
	height: 10mm;
}
.space20 {
	height: 20mm;
}
.space30 {
	height: 30mm;
}
.space50 {
	height: 50mm;
}
.ind10 {
	margin-left: 10mm;
}
.ind20 {
	margin-left: 20mm;
}
ul.bullet {
	list-style: none;
	margin: 0.3em;
}
/*
li.bullet:before {
    margin-left: -18pt;
    white-space: nowrap;
    display: inline-block;
    min-width: 18pt;
	content: "\0025cb ";
}
*/
table {
    margin-left: auto;
    border-spacing: 0;
    border-collapse: collapse;
    margin-right: auto;
}
td {
	border-right-style: solid;
    padding: 2.2pt 2.2pt 2.2pt 2.2pt;
    border-bottom-color: #000000;
    border-top-width: 1pt;
    border-right-width: 1pt;
    border-left-color: #000000;
    vertical-align: top;
    border-right-color: #000000;
    border-left-width: 1pt;
    border-top-style: solid;
    border-left-style: solid;
    border-bottom-width: 1pt;
    width: 52.5pt;
    border-top-color: #000000;
    border-bottom-style: solid;
	    
	text-decoration: none;
    vertical-align: baseline;
    font-size: 9pt;
    font-family: "Arial";
    font-style: normal;
}
img {
	margin: 0;
	padding: 0;
}
.cel-head {
	background-color: #999999;
	color: #ffffff;
}

.subpage-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100%;
  width: 100%;  
  margin: 0;
  padding: 0;
}

.subpage-bottom-left {
  position: absolute;
  bottom: 5mm;
  left: 5mm;
}

.img-full {
	width: 100%;
	height: 100%;
    object-fit: cover; /* cover=crop, contain=fit, fill=stretch */
    display: block;
}