html {
	-webkit-tap-highlight-color:transparent;
	-moz-user-select: none; 
	-khtml-user-select: none; 
	-webkit-user-select: none; 
	-o-user-select: none; 
	user-select: none;
}
body {
	margin: 0px;
	background-color:#FAFAFA;
	}
div.balance {
	position: relative;
	width: 300px;
	max-width: 300px;
	height: 400px;
	max-height: 400px;
	margin-left: auto;
	margin-right: auto;
	perspective-origin: bottom;
	  -webkit-perspective-origin: bottom;
	  -o-perspective-origin: bottom;
	  -moz-perspective-origin: bottom;
	  -ms-perspective-origin: bottom;
	perspective: 300px;
	  -webkit-perspective: 300px;
	  -o-perspective: 300px;
	  -moz-perspective: 300px;
	  -ms-perspective: 300px;
}
div.theMusicBox {
	position: fixed;
	width: 300px;
	top: 0px;	
	z-index: 8;
	}
div.theInspiration {
	position: fixed;
	width: 300px;
	height: 30px;
	max-height: 30px;
	top: 5px;
	text-align: center;
	font-size: 21px;
	font-weight: 600;
	font-family: "Avant Garde", "Century Gothic", sans-serif; color: #555555;
	z-index: 9;
	}
svg.playOnPlaya {
	position: fixed;
	width: 300px;
	height: 230px;
	top: 35px;
	z-index: 10;
    }
audio.jakay {
	position: fixed;
	top: 0px;
	}
div.heyGoodLookin {
	position: fixed;
	border: 0px;
	width: 300px;
	height: 135px;
	background-size: contain;
	max-height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	top: 265px;
	z-index: 10;	
	}
textarea.inSession {
	position: fixed;
	border: 0px;
	width: 300px;
	height: 135px;
	max-width: 300px;
	top: 265px;
	padding: 0px 0px 0px 11px;
	background-color: transparent;
	text-align: left;
	font-size: 16px;
	font-family: "Avant Garde", "Century Gothic", sans-serif; color: #555555;
	font-weight: normal;
	overflow: hidden;
	resize: none;
	outline: none;
	opacity: 0;
	z-index: 11;
	}
div.makeTheGrade {
	position: fixed;
	border: 0px;
	width: 300px;
	height: 135px;
	top: 265px;
	background: linear-gradient(rgba(250,250,250,1), rgba(250,250,250,0));
	  background: -webkit-linear-gradient(rgba(250,250,250,1), rgba(250,250,250,0));
	  background: -o-linear-gradient(rgba(250,250,250,1), rgba(250,250,250,0));
	  background: -moz-linear-gradient(rgba(250,250,250,1), rgba(250,250,250,0));
	  background: -ms-linear-gradient(rgba(250,250,250,1), rgba(250,250,250,0));
	z-index: 13;		
}
.theMirror {
	transform-origin: 50% 100% 0;
	  -webkit-transform-origin: 50% 100% 0;
	  -o-transform-origin: 50% 100% 0;
	  -moz-transform-origin: 50% 100% 0;
	  -ms-transform-origin: 50% 100% 0;
	transform: rotateX(-111deg);
	  -o-transform: rotateX(-111deg);
	  -moz-transform: rotateX(-111deg);
	  -ms-transform: rotateX(-111deg);
	  -webkit-transform: rotateX(-111deg);
	z-index: 7
}
svg.stepToTheBeat {
	position: fixed;
	width: 30px;
	height: 30px;
	left: 50%;
	margin-left: 100px;
	top: 367px;
	z-index: 13;
}