@charset "UTF-8";
/* 
#container {
	width: 700px;
	min-height: 700px;
	float: left;
	margin: 15px 35px;
}
 */
.geo-path path {
	fill: transparent;
	stroke: #d3d3d3;
	stroke-width: 1px;
}

.geo-path path.hover,
.geo-path path.hover:hover{
	fill: #d3d3d3;
}

.geo-path path.active,
.geo-path path.active:hover{
	fill: #4e80fc;
}

.geo-path .active {
	fill: #d3d3d3;
}

.geo-path .activeDetail {
	fill: #d3d3d3;
}

.geo-path path {
	cursor: pointer;
}

.geo-path text {
	display: none;
	cursor: pointer;
	font-size: 1.2rem;
	fill: #000;
}