 @charset "utf-8";
 
 #instructionDiv {
	float: left;
	width: 100%;
	height: 40px;
	background-color: inherit;
}
#stepDiv {
	float: left;
	margin-bottom: 10px;
	height: 205px;
	width: 100%;
	line-height: 18px;
	overflow: auto;
	background-color: inherit;
}
#feedbackDiv {
	float: left;
	position: relative;
	height: 53px;
	width:  270px;
	padding: 5px;
	font-size: 12px;
	visibility: visible;
}
#leftPanelDiv {
	float: left;
	margin-left: 0px;
	width: 286px;
	height: 360px;
	background-color: inherit;
}
#snapDiv {
	float: left;
	margin-top: 3px;
	margin-left: 9px;
	width: 525px;
	height: 350px;
	border: 1px solid #ccc;
	overflow: hidden;
}

.toolButton {
	float: left;
	width: 280px;
	height: 30px;
	padding: 0px;
	text-align: center;
	margin-left: 0px;
	margin-top: 10px;
	visibility: visible;
}

.longInstructions {
	height: 120px !important;
}

.shortSteps {
	height: 125px !important;
}
#alertBox {
	width: 80%;
}
.hint {
	width: 92% !important;
}