@charset "UTF-8";
/* CSS Document */

body,table,tr,td {
	/* 
border: 1px solid black;
  	border-collapse: collapse;
 */

	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
}
.clusterBody {
	color: #ABBBCD;
}

.titleHead {
	alignment-adjust: center;
	/* text-align: center; */
	font-size: 48px;
}

.subtitle {
	alignment-adjust: center;
	font-size: 32px;
}

.center {
  	display: block;
  	margin-left: auto;
  	margin-right: auto;
  	width: 50%;
}

.qrcode {
  	display: block;
  	margin: 0px;
}

.card {
  	box-shadow: 5px 3px 10px 1px rgba(0, 0, 0, 0.22);
  	border-radius: 90px;
  	background: ##FFFFFF;/* 73AD21 */
  	padding: 0px;
}

.cellpadding {
	padding-top:32px;
  	padding-bottom:32px;
}


