body {
	min-height: 740px;
	transition: all 0.5s ease-in 0s;
}
#help-box {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
	border-radius: 1em;
	bottom: 2em;
	color: #EEEEEE;
	display: block;
	font-family: Verdana, Arial, Sans;
	font-size: 50%;
	left: 2em;
	padding: 1em;
	position: fixed;
	right: 0;
	text-align: center;
	width: 26em;
	z-index: 100;
}
#help-box.hide {
	display: none;
}
#help-box.disabled {
	display: none;
}
.step .notes {
	display: none;
}
.fallback-message {
	background: none repeat scroll 0 0 #EEDC94;
	border: 1px solid #E4C652;
	border-radius: 10px;
	font-family: sans-serif;
	line-height: 1.3;
	margin: 20px auto;
	padding: 10px 10px 0;
	width: 780px;
}
.fallback-message p {
	margin-bottom: 10px;
}
.impress-supported .fallback-message {
	display: none;
}
.impress-enabled .step {
	margin: 0;
	opacity: 0.1;
	transition: opacity 1s ease 0s;
}
.impress-enabled .step.active {
	opacity: 1;
}

 #overview {
	display: none
}
.impress-on-overview .step {
	opacity: 1;
	cursor: pointer;
}