@charset "utf-8";

body {
    width: 415px; height: 385px;
    text-align: center;
}

.whiteWindow {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	width: 93%; height: 65%;
}

#specContainer,
#lblContainer {
	display: inline-block;
	position: relative;
    left: -4px; top: 17px;
    width: 320px; height: 210px;
}

#gridCanvas {
    position: absolute;
    width: 100%; height: 100%;
    display: inline-block;
    opacity: 1;
    z-index: 0;
}

#lightCanvas {
    position: absolute;
    width: 100%; height: 100%;
    display: inline-block;
    opacity: 0.6;
    z-index: 2;
}

#light2Canvas {
    position: absolute;
    width: 100%; height: 100%;
    display: inline-block;
    opacity: 0.7;
    z-index: 1;
}

#rainbowCanvas {
    position: absolute;
    width: 100px; height: 30px;
    top: 0;
    visibility: hidden;
}

.canvasGroup {
    left: 5px;
}

#lblContainer {
    top: -195px;
}

#whiteLightLbl{
    position: absolute;
    left: 12px; top: 94px;
}

#diffuseLbl{
    position: absolute;
    left: 89px; top: 18px;
}

#specLbl{
    position: absolute;
    left: 258px; top: 95px;
}

.controlBack{
	padding-bottom: 5px;
}

.controlBack > * {
	vertical-align: middle;
}

.controlPanelBack {
	display: inline-block;
	height: 55px;
	margin: 5px 8px 0 8px;
	padding: 0 10px;
}

.sldr {
	display: inline-block;
	position: relative;	
	width: 120px;
	margin-top: 5px;
}

.controlPanelText {
    width: 155px;
}