.analyzer {
	width:610px;
	height:210px;
	background-color: lavender;
	border: 2px solid black;
	cursor: pointer;
	position: absolute;
	border-radius: 7px;
}
.analyzer .scopeDiv {
	width 50%;
	display: inline-block;
	float: left;
}
.analyzer .spectrumDiv {
	display: inline-block;
	float: left;
}
.analyzer .scope {
	position: relative;
	top: 19px;
	left: 30px;
	width: 256px;
	height: 170px;
	border: 2px solid black;
	background-color: #68ffc2;
}
.analyzer .spectrum {
	position: relative;
	top: 19px;
	left: 60px;
	width: 256px;
	height: 170px;
	border: 2px solid black;
	background-color: #ff9c33;

}