body{padding: 0;margin: 0;font-family: sans-serif;font-size: 24px;color: #666666;overflow-x:hidden;line-height: 1.5;}
a,a:hover,a:active,a:visited,a:link,a:focus{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color: transparent;outline:none;text-decoration: none;}
*{box-sizing: border-box;}
.main{max-width: 750px;margin: 0 auto;font-size: 24px;background: #f5f5f5;overflow: hidden;padding: 2em 0;display: flex;justify-content: center;align-items: center;min-height: 100vh;}
@media (max-width:750px) {.main{font-size: 3.2vw;}}
.panel{max-width: 23em;border-radius: 0.42em;overflow: hidden;box-shadow: 0 0 10px 4px rgba(0,0,0,0.05);margin: 0 auto;background: #ffffff;width: 100%;}
.pageName{
	background: linear-gradient(to right,#1e86e3,#0e4ca6);
	color: #ffffff;
	font-size: 1.25em;
	font-weight: 700;
	margin: 0;padding: 0;
	padding: 0.54em;
	text-align: center;
}
.pageNr{padding: 1.25em;}
.titB{
	font-size: 0.8em;
	background: #f0f0f0;
	border-radius: 0.2em;
	text-align: center;
	padding: 0.1em;
	margin-top: 1.2em;
	margin-bottom: 0.6em;
}
.titB:first-child{margin-top: 0;}
.btnB{
	background: #f8fdff;
	border-radius: 0.2em;
	text-align: center;
	padding: 0.5em;
	border: 2px solid #1e88e5;
	display: block;
	margin-top: 0.6em;
	color: #1e88e5;
	font-weight: 700;
}
.btnB2{
	background: #fff8f0;
	border-color: #e65100;
	color: #e65100
}