@CHARSET "UTF-8";

#visualisation{
	background-color: rgb(223,223,223);
}

#divNewShape{
	position: absolute;
	left: 673px;
	top: 471px;
}

#algorithmSlctr{
	font-size: 12px;
	color: blue;
	width: 125px;
}

#divAlgorithmSelector{
	position: absolute;
	left: 660px;
	top: 492px;
}

#ColorSchemes{
	font-size: 12px;
	color: blue;
	/*width: 125px;*/
}

#divColorSchemes{
	position: absolute;
	left: 20px;
	top: 90px;
}

#editTools{
	position: absolute;
	left: 620px;
	top: 550px;
}

.tools{
	font-size: 18px;
	color: rgb(59,89,153);
}
