/* */

html {
	height: 100%;
	margin: 0;
}

body {
	height: 100%;
	margin: 0;
}

@media screen and (max-width:767px) {
	.desktopOnly {
		display: none;
	}
}

.waitingMask {
	position: fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:9999;
	background-color:rgba(0, 0, 0, 0.5);
	color:#ffffff;
	text-align:center;
}

.waitingIcon {
	width:3rem;
	margin-top:10rem;
}

.qrImage {
	width: 8rem;
	height: 8rem;
}

