.circlename {
	/*fill: rgb(255,255,255,1);*/
	fill: rgb(0, 0, 50);
	font-size: 0.4px;
	font-weight: bold;
	pointer-events: none;
}

.person {
	cursor: pointer;
}

.tooltip {
	font-weight: 700;
	position: absolute;
	text-align: center;
	padding: 0.4em;
	background: #ccc;
	border: 0px;
	color: #111;
	border-radius: 8px;
	pointer-events: none;
}

.tooltip p {
	margin: 0;
}
