#dgs-tagtip-shape {
	opacity: 0;
	width: 450px;
	height: 450px;
	position: absolute;
	top: 200px;
	left: 200px;
	z-index: -1000;
}

#dgs-svg-tagtip-shape {
	position: absolute;
	top: 0;
	left: 0;
	fill: #B5D5FF;
}

.dgs-tagtip-content {
	color: #1a1a1a;
	position: inherit;
	width: 250px;
	height: 250px;
	margin-top: 120px;
	margin-left: 100px;
	opacity: 0;
	visibility: collapse;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	border-radius: 50%;
}
