body {
	width: 100%;
	height: 100vh;
	margin: 0px;
	color: lightgreen;
	font-family: monospace;
	font-size: 14pt;
	padding: 0em 0 0 0;
	-webkit-perspective: 1500px;

}

div.main{
	background-color: #000000;
	height: 100%;
	width: 100%;
}
div.cent{
	alin: justify;
	position: relative;
	float: left;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
div.centhell{
	background-color: #EEFFEE;
	color: blue;
	alin: justify;
	position: relative;
	float: left;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.divHID{
	display: none;
}
.divVAL{
	word-break: break-all;
	background-color: #EEFFDD;color:#000000;
	border-color: #00ff00;
	border-width: 1px;
	border-style: groove;
	border-radius: 0px 15px 0px 15px;
	padding: 10px;
	/* offset-x | offset-y | blur-radius | color */
	box-shadow: 5px 5px 5px black;	
	
}

.divINIT{
	text-align: justify;font-weight:normal;background-color: #FFEEBB;color:red;
	margin:20px ;
	border-color: red;
	border-width: 1px;
	border-style: groove;
	border-radius: 0px 15px 0px 15px;
	padding: 10px;
	/* offset-x | offset-y | blur-radius | color */
	box-shadow: 5px 5px 5px black;	
}

.boxFAQ{
	max-width: 300px;
	text-align: justify;font-weight:normal;background-color: #BBFFBB;color:#008800;
	margin:20px ;
	border-color: red;
	border-width: 1px;
	border-style: groove;
	border-radius: 0px 15px 0px 15px;
	padding: 10px;
	/* offset-x | offset-y | blur-radius | color */
	box-shadow: 2px 2px 2px black;	
}

.op {
   	opacity: 1.0;
   	
}	
.bigtxt{font-size: 100%;}
.center {
  display: block;
  margin-left:200px ;
  margin-right: auto;
}
.cBUT{
	color : red;
	width: 60px;
	background: transparent;
	border-color: #000000;
	border-style: solid;	/* offset-x | offset-y | blur-radius | color */
	box-shadow: 2px 2px 2px black;	
}
.cBUTb{
	color : red;
	width: 160px;
	/* offset-x | offset-y | blur-radius | color */
	box-shadow: 2px 2px 2px black;	
}
.hd{text-align: right;font-weight:bold;background-color: #FFDDBB;color:red;}
.bd{text-align: right;font-weight:normal;background-color: #EEFFDD;color:#00CC00;}
.bds{width:60px;text-align: right;font-weight:normal;background-color: #EEFFDD;color:#00CC00;}
.feld{
}
.val{
	text-align: left;
	width: 200px;
}
.valc{
	text-align: center;
	width:100%;
}
.valr{
	text-align: right;
	width:100%;
}
.vall{
	text-align: left;
	width:100%;
}
.sel{width: 50px;}
.selb{}
.opt{}
.w80{max-width: 80%;}
.w600{max-width: 600px;}
.info{color:lightgreen;text-shadow: 2px 2px 2px cyan;}

