.subSynth {
	width:610px;
	height:210px;
	background-color: lavender;
	border: 2px solid black;
	cursor: pointer;
	position: absolute;
	border-radius: 7px;
}
.subSynth .op {
	position: relative;
	display: inline-block;
	height: 100%;
	width: 30%;
	float: left;
}
.subSynth .opHeading {
	text-align: center;
	font-weight: bold;
}
.subSynth .waveShapeControls {
	position: relative;
	display: inline-block;
	text-align: left;
	top: 5px;
	left: 15px;
	float: left;
}
.subSynth .waveShapeLable {
	position: relative;
	display:inline-block; 
	float:left;
}
.subSynth .waveShapeBtns {
	position: relative;
	display: inline-block;
	float:left;
}
.subSynth .text {
	font-size: smaller;
}
.subSynth .filterControls {
	position: relative;
	top: 5px;
	left: 15px;
	padding-top: 15px;
	display: inline-block;
}
.subSynth .divider{
	width: 2px;
	height: 100%;
	background: black;
	display:inline-block;
	float: left;
}
.subSynth .envelope {
	position: relative;
	display: inline-block;
	height: 100%;
	width: 69%;
	float: left;
}
.subSynth .envHeading {
	text-align: center;
	font-weight: bold;
}
.subSynth .envControls {
	position: relative;
	top: 10px;
	left: 15px;
	display: inline-block;
}
.subSynth .envCont {
	height: 25px;
}
.subSynth .envCb {
	position: relative;
	top: 20px;
	width: 20px;
	height: 20px;
	margin-top: -15px;
}
.subSynth .envControls .text {
	display: inline-block;
	width:110px;
}
.subSynth .env {
	width: 220px;
	margin-left: 15px;
	margin-right: 15px;
}
.subSynth .pulseWidth.ui-slider {
	height: 145px;
	width: 8px;
	margin-left: 30px;
	background: brown;
}
.subSynth .pulseWidth .ui-slider-handle {
	margin-left: -2px;
	border-radius: 15px;
	cursor: pointer;
}
.subSynth .lev.ui-slider {
	height: 8px;
	background: blue;
}
.subSynth .sl.ui-slider {
	height: 8px;
	background: green;
}
.subSynth .dur.ui-slider {
	height: 8px;
	background: black;
}
.subSynth .env .ui-slider-handle {
	margin-top: -2px;
	border-radius: 15px;
	cursor: pointer;
}
.subSynth .slider {
	display: inline-block;
}
