#playing, #stop, #pass, #fail { display: none; }

#sound { padding-left: 10px; }

#sound h1 { 
	background:url(https://s3.amazonaws.com/theoatmeal-img/quizzes/sound/header.png) no-repeat;
	height: 39px; width: 601px;
	margin: 0 auto 20px auto;
}

#sound h1 span, #sound h2 span, #sound a span { display: none; }

#sound #speaker { 
	float: left;
	width: 166px;
}

#sound #description {
	float: left; 
	width: 500px;
	background: #efefef;
	padding: 10px;
	font-size: 20px;
}

#sound #can_you_hear { 
	clear: both; 
	background:url(https://s3.amazonaws.com/theoatmeal-img/quizzes/sound/canyouhear.png) no-repeat bottom left;
	width: 585px;
	height: 35px;
	margin: 0 auto 10px auto;
	padding: 10px 0;
}

#sound #click_to_play { text-align: center; }

#sound #playing { 
	text-align: center;
	clear: both;
}

	#sound #playing a { 
		padding-right: 25px;
		cursor: pointer;
	}
	