@charset "UTF-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,700&subset=latin,latin-ext);

html{
	padding:0px;
	border:0px;
	margin:0px;
	outline:none;
	}
body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	margin: 0px;
	padding: 0px;
	outline: 0px;
	border: 0px;
}
.printArea{
	position:relative;
	width:210mm;
	height: 297.64mm;
	overflow:hidden;
	}
.pageA .cardArea > div{
	float:left;
	}
.pageB .cardArea > div{
	float:right;
	}	
.cardArea{
	position:relative;
	width:210mm;
	height:292.5mm;
	padding-top:4.5mm;
	overflow:hidden;
	}
.cardArea > div{
	position:relative;
	width:105mm;
	height:57.4mm;
	box-sizing:border-box;
	}

.cardArea .front{
	}
.cardArea .front .memberLogo{
	position:absolute;
	top:10mm;
	width:100%;
	height:24mm;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:auto 100%;
	}
.cardArea .front .personelName{
	position: absolute;
	top: 36mm;
	width: 70%;
	padding: 0px 15%;
	font-size: 14pt;
	text-align: center;
	color: #000;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	}
.cardArea .front .printCode{
	position:absolute;
	bottom:10mm;
	width:100%;
	text-align:center;
	font-size:8pt;
	color:#999;
	font-weight: 400;
	letter-spacing: 0.5px;
	}
	
.cardArea .back .qrCode{
	position:absolute;
	right:15.5mm;
	top:50%;
	margin-top:-16.5mm;
	width:35mm;
	height:35mm;
	border-radius:2.5mm;
	overflow:hidden;
	background-color:#FFF;
	background-size: 32mm 32mm;
	background-repeat: no-repeat;
	background-position: center center;
}
.cardArea .back .qrCode img{
	border:none;
	width:100%;
	height:auto;
	}
.cardArea .back .printCode{
	position: absolute;
    font-size: 6pt;
    width: 25mm;
    height: auto;
    bottom: 6mm;
    right: 20mm;
    text-align: center;
    color: rgba(0,0,0,0.5);
    letter-spacing: 0.5px;
	}
.contract{
	font-size:8pt;
	font-weight: 300;
	width: 90%;
	padding: 10px 5%;
	background-color: white;
	color: #444;
	border-radius: 10px;
	margin: 20px auto;
	max-height:none;
	height:auto;
	}
.contract ol{
	font-size:8pt;
	padding-left:20px;
	}
.contract table{
	font-size:8pt;
	width:100%;
	border-left: 1px dashed #CCC;
	border-right: 1px dashed #CCC;
	border-top: 1px dashed #CCC;
	border-bottom: none;
	}
.contract table td{
	font-size:8pt;
	border-right: 1px dashed #CCC;
	border-bottom: 1px dashed #CCC;
	border-left: none;
	border-top: none;
	padding: 5px 10px;
	}
.contract table td:last-child{
	font-size:8pt;
	border-right:none;
	}
.contract table td p{
	font-size:8pt;
	margin:0px;
	padding:0px;
	}
