 @charset "utf-8";
 
 #instructionDiv {
	float: left;
	width: 100%;
	height: 40px;
	background-color: inherit;
}
#stepDiv {
	float: left;
	font-size: 14px;
	margin-bottom: 10px;
	height: 205px;
	width: 100%;
	overflow: auto;
	background-color: inherit;
}
#feedbackDiv {
	float: left;
	position: relative;
	height: 53px;
	width:  250px;
	padding: 5px;
	font-size: 13px;
	background-color: inherit;
	border: none;
}
#leftPanelDiv {
	float: left;
	margin-left: 0px;
	width: 286px;
	height: 360px;
	background-color: inherit;
}
.snapWrapper {
	float: left;
	position:relative;
	margin-top: 3px;
	margin-left: 9px;
	width: 525px;
	height: 350px;
	border: 1px solid #ccc;
}

#snapDiv {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

p {
	margin-top: 0px;
	margin-bottom: 5px;
}








   


