@charset "utf-8";

.mainscene{
	width: 384px;
	height: 370px;
	text-align: center;
}

.splashBackground {
	-moz-transform: scale(.85, .85);
	-ms-transform: scale(.85, .85);
	-o-transform: scale(.85, .85);
	-webkit-transform: scale(.85, .85);
	transform: scale(.85, .85);
}

.blackLine{
	background-color: white;
	height: 2px; 
}

.controlPanelBack{
	position: relative;
	display: inline-block;
	margin: 6px;
	padding: 4px;
}

#electronsCanvas{
	position: absolute;
	top: 72px; left: 131px;
}

#photonsCanvas{
	position: absolute;
	top: -20px; left: 91px;
}

#sldr {
	display: inline-block;
	position: relative;
	width: 150px;
}

#topWindow{
	position: relative;
	display: inline-block;
	width: 357px; height: 190px;
	top: 20px;
}

/*----------------------------Text----------------------------*/
.diagramTextWhite {
	white-space: nowrap;
}

#pText{
	position: absolute;
	top: 0px; left: 0px;
}

#wText{
	position: absolute;
	top: 0px; left: 260px;
}

#hvpsText{
	position: absolute;
	top: 52px; left: 284px;
}

#paText{
	position: absolute;
	top: 155px; left: 57px;
}

#btccdText{
	position: absolute;
	top: 155px; left: 230px;
}

/*------------------------Black Lines------------------------*/

#pLine{
	position: absolute;
	top: 36px; left: 46px; 
	width: 69px;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#wLine{
	position: absolute;
	top: 22px; left: 233px; 
	width: 33px;
	-ms-transform: rotate(-55deg);
	-webkit-transform: rotate(-55deg);
	transform: rotate(-55deg);
}

#hvpsLine{
	position: absolute;
	top: 57px; left: 263px; 
	width: 17px;
}

#paLine{
	position: absolute;
	top: 145px; left: 72px; 
	width: 20px;
	-ms-transform: rotate(-65deg);
	-webkit-transform: rotate(-65deg);
	transform: rotate(-65deg);
}

#btccdLine{
	position: absolute;
	top: 128px; left: 175px; 
	width: 67px;
	-ms-transform: rotate(50deg);
	-webkit-transform: rotate(50deg);
	transform: rotate(50deg);
}
