body {
	text-align: center;
	background-color: white;
}
.backgroundLeftPattern {
	width: 18%;
	position: fixed;
	top: 0;
	left: 0;
}
.backgroundRightPattern {
	width: 18%;
	position: fixed;
	top: 0;
	right: 0;
}
.mainContainer {
	margin: 0 auto 80px auto;
	max-width: 800px;
}
.mainContainerOnPhone {
	display: none;
}
.backgroundTopPattern {
	width: 50%;
	margin: 0 auto;
	display: block;
	margin-bottom: 40px;
}
.downloadQRCode {
	width: 200px;
	margin-bottom: 50px;
}
.mainContainer .mainNote {
	font-size: 28px;
	color: #505556;
}
.scanOrClickNote {
	color: #A9B1B3;
	font-size: 14px;
	line-height: 20px;
	font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
	width: 200px;
	margin: 0 auto 0 auto;
}
.scanOrClickNote a {
	display: inline-block;
	width: 80px;
	padding: 2px 4px;
	background-color: #4285f4;
	color: white;
	margin: 2px 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	font-size: 16px;
	line-height: 30px;
}
.scanOrClickNote a i {
	display: inline-block;
	margin-right: 4px;
}
.betaVersion {
	color: #A9B1B3;
	font-size: 14px;
	line-height: 20px;
	font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
	width: 200px;
	margin: 20px auto 0 auto;
	padding-top: 20px;
	border-top: 1px solid rgb(234, 234, 234);
}
.appFooter {
	font-size: 12px;
	color: #A9B1B3;
	line-height: 16px;
	vertical-align: middle;
	position: absolute;
	bottom: 0;
	left: 19%;
	right: 19%;
	text-align: center;
	background-color: white;
	padding-bottom: 8px;
}
.appFooter img {
	width: 16px!important;
	height: 16px!important;
	margin-right: 2px!important;
	margin-left: 6px;
	position: relative;
	top: -1px;
	vertical-align: middle;
}
.appFooter br {
	display: none;
}
h1 {
	font-size: 30px;
	line-height: 42px;
	font-weight: 400;margin-bottom: 40px;
}