.corner {
	position: fixed;
	top: 0px;
	right: 50px;
	width: 220px;
	font-size: 10px;
	color: #FFF;
	text-align: center;
	-webkit-transition-property: top, bottom;
    -webkit-transition-duration: 0.5s;
	background-color: black;
	opacity: 0.8;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.cornerDown {
    top: 300px;
}

.loadingBarContainer { 
	position: fixed;
	top: 0px;
	left: 0px;
	width:100%;
	position: fixed;
	z-index: 10;
}

.bar {
	width:0%;
	height:5px;
	background-color:#0CF; 
	position: fixed;
	opacity: 0.8;
	z-index: 10;
}

.tutorial {
    position: fixed;
    top: -300px;
	left: 0px;
    width: 100%;
    height: 300px;
	padding: 20px;
    background: black;
	opacity: 0.8;
	-webkit-transition-property: top, bottom;
    -webkit-transition-duration: 0.5s;
	font-size: 10px;
	color: #FFF;
	z-index: 9;
}

.tutorialDown {
    top: 0px;
}