body {
	font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	overflow-x: hidden;
	overflow-y: auto;
	margin: 0;
	padding: 0;
	background: #FFF;
	max-width:800px;
	margin:auto;
}
.row-a a {
	color: #FFF;
	text-decoration : none;
}	
.row-b a {
	color: #09C;
	text-decoration : none;
}	
img.pic-row {
	width: 100%;
	display: block;
}
.marginTop {
	margin-top: 50px;
}
.bold {
	font-weight: 600;
}
.div-row-header {
	position: relative;
}
.div-row .div-row-header .div-row-title {
	position: absolute;
	width: 100%;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	top: 6px;
}
.div-row .div-row-body {
	font-size: 16px;
	font-weight: 500;
	line-height: 26px;
}
.div-row .div-row-body h3 {
	margin: 0;
	font-size: 16px;
	padding: 25px 0 0 35px;
}
.div-row .div-row-body > a {
	display: block;
	padding: 0px 30px;
}
.div-row .div-row-body ul {
	padding: 6px 30px 6px 50px;
	margin: 0;
}
.div-row .div-row-body li {
	list-style-position: outside;
	line-height: 30px;
	padding: 6px 0 6px 0;
	margin: 0;
	border-bottom: 1px dotted #b9c4fe;
}
.div-row.row-a .div-row-header .div-row-title {
	color: #FFF;
}
.div-row.row-a .div-row-body {
	background: #5063cb;
	color: #FFF;
}
.div-row.row-b .div-row-header .div-row-title {
	color: #5063cb;
}
.div-row.row-b .div-row-body {
	background: #FFF;
	color: #5063cb;
}
.qrcode-box {
	margin: 20px auto;
	text-align: center;
	color: #5063CB;
}
.author {
	background-color: #5063cb;
	padding: 15px;
	text-align: center;
	font-size: 10px;
	color: rgba(255, 255, 255, .6);
}
.author a {
	color: rgba(255, 255, 255, .9);
	text-decoration: none;
}
