#mainFrame {
	background-color: none;
}

.container {
	fill: none;
	stroke: #232323;
	stroke-width: 1.5px;
	/*shape-rendering: crispEdges; */
}

.containerbackground {
	/* fill: #8de3a7; */
	fill: none;
	stroke: none;
}

.force {
	fill: none;
	stroke: #232323;
	stroke-width: 1.5px;
}

#block {
	fill: #ff0000;
	stroke: none;
}

#water {
	fill: #78dbe2;
	stroke: #1ca9c9;
	stroke-width: 1px;
	shape-rendering: crispEdges; 
}

