@CHARSET "UTF-8";

#visualisation{
	background-color: rgb(223,223,223);
}

#divShowRAM, #controlButtons, #algorithmSelector{
	color: blue;
	padding: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	position: absolute;
	/*width: 250px;*/
}

#divShowRAM{
	left: 5px;
	top: 494px;
	/*border-style: solid;
	border-width: thin;
	background-color: rgb(209,209,240);*/
	width: 165px;
}

#controlButtons{
	left: 590px;
	top: 530px;
}

.controlBtn{
	color: blue;
	font-size: 14px;
}

#algorithmSelector{
	left: 484px;
	top: 91px;
}

#Algorithms{
	color: blue;
	font-size: 20px;
}