@CHARSET "UTF-8";

#visualisation{
	background-color: rgb(223,223,223);
}

#controlsDiv{
    position: absolute;
    top: 90px;
    left: 10px;
    z-index: 2;
	color: blue;
	font-size: 14px;
}

.params{
	width:90px;
}

#controlsDIV{
    position: absolute;
    top: 540px;
    left: 690px;
    z-index: 2;
	color: blue;
	font-size: 14px;
}

.btnControl{
	color: blue;
	background-color: LightGray;
	font-size: 14px;
}

#sourceCodeDIV{
	background-color: yellow;
	background-image: url("../img/codeBackground.jpg");
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: blue;
	
    position: absolute;
    top: 110px;
    left: 580px;
	width: 210px;
	height: 400px;
	padding: 5px;
    z-index: 2;
	border-style: solid;
	border-width: thin;
	overflow-y: scroll;
}