.svg_area {
	opacity: 0;
}


.free {
	stroke: black;
	stroke-width: 0.5;
	fill: green;
	background: green;
	opacity: 0.3;
}


.text_area {
	opacity: 0;
	fill: orange;
}


.rented {
	stroke: black;
	stroke-width: 0.5;
	fill: yellow;
	background: yellow;
	opacity: 0.3;
}


.svg_hover {
	stroke: black;
	stroke-width: 0.5;
	fill: black;
	background: black;
	opacity: 0.4;
}

.clicked {
	stroke: black;
	stroke-width: 0.5;
	fill: blue;
	background: blue;
	opacity: 0.5;
}