body.HomePage h1 {
	background-image:url(/images/HeaderIcon.png);
    background-position: 10px center;
    background-repeat: no-repeat;
    height: 60px;
    padding-left: 75px;
    font-size:320%
}

.MobileOnly {
	display:none;
}

#Navigation {
	overflow:visible;
	height:auto !important;
}
#Navigation #NavTop {
	display:none;
}

/*
 * Welcome Page
 */
.WelcomePage .welcomelogo {
	float:left; 
	margin:0px 40px 70px 0px;
}
.WelcomePage .welcometext {
	width:600px; 
	float:left;
}
.WelcomePage .welcomepitch {
	float:left; 
	margin-left: 50px; margin-top: 80px; 
	text-align: center;
}

/*
 * Student Edit
 */
#OtherTeachers {
    top:500px;
    left:230px;
}
/*
 * AR Points
 */
.ARPoints .OptionBox {
	left:230px; top:130px;
}

/*
 * Quiz Pages
 */
.QuizResults {
	min-width:500px;
}
/*
 * Demo Page
 */
body.Demo .MobileImage {
	display:none;
}

#ScreenButton {
	display:none;	
}
