#spelling-quiz {
	width:500px; 
	height:386px; 
	margin:1em 0;
	padding:0;
	position: relative;
	line-height:1.75em;
}
#spelling-quiz.sentence { background:white url('https://www.spelling-words-well.com/image-files/online-spelling-games-sentence.jpg'); }
#spelling-quiz.score { background:white url('https://www.spelling-words-well.com/image-files/online-spelling-games-score.jpg'); }
#spelling-quiz h2,
#spelling-quiz-directions {
	color: white;
	position: absolute;
}
#spelling-quiz h2 {
	top: 39px;
	left: 190px;
	font-size: 1.25em;
}
#spelling-quiz-directions {
	top: 85px;
	left: 80px;
	width: 350px;
	height: 3.5em;
	font-style:italic;
}
#spelling-quiz-score,
#spelling-quiz-sentence {
	position: absolute;
	display:none;
}
#spelling-quiz.sentence #spelling-quiz-sentence {
	display: block;
	top: 160px;
	left: 120px;
	width: 270px;
}
#spelling-quiz.score #spelling-quiz-score {
	display: block;
	top: 138px;
	left: 65px;
	width: 332px;
	height: 144px;
}
#spelling-quiz-skiplink {
	display:block;
	position:absolute;
	top:265px;
	left:120px;
	width: 270px;
	text-align: right;
	z-index:10;
}
#spelling-quiz-status {
	position:absolute;
	top:287px;
	left:80px;
}

/* Special Quizzes */
#second-grade-spelling-games-page #spelling-quiz #spelling-quiz-sentence {
	font-size: 1.5em;
	line-height: 2em;
	top: 155px;
}

#second-grade-spelling-games-page #spelling-quiz.score #spelling-quiz-score {
	top: 155px;
	line-height: 1.25em;
}