@CHARSET "UTF-8";

#visualisation{
	background-color: rgb(223,223,223);
}

.params{
	width:90px;
}

#controlsDIV{
	min-width: 796px;
    position: absolute;
    top: 500px;
    left: 730px;
    z-index: 2;
	color: blue;
	font-size: 14px;
}

.btnControl{
	color: blue;
	background-color: LightGray;
	font-size: 12px;
}