.sdt-chart{
	position: relative;
	/*display: inline-block;*/
}
.sdt-chart .gsdtDefault-label{
	position: absolute;
	
}
.sdt-chart .gsdtDefault-label .box{
	background: linear-gradient(to top, #b7b7b7, #fff);
	color:#000;
	margin-top: -26px;
	left: -50%;
	position: relative;
	text-align: center;
	border-radius: 3px;
	font-size: 12px;
	padding: 4px 16px;
	width: auto;
	max-height: 25px;
	line-height: 12px;
}
.sdt-chart .gsdtDefault-label .arrow{
	border: 5px solid transparent; border-top: 8px solid #b7b7b7;
	width: 4px;
	height: 25px;
	position: absolute;
	top: -5px;
	left: -5px;
}
.sdt-chart .gsdtDefault-label .box label{
	display: block;
	white-space:nowrap;
}

.sdt-chart svg text.outline{
	text-shadow: -1px -1px 0 rgba(255,255,255,0.7), 1px -1px 0 rgba(255,255,255,0.7), -1px 1px 0 rgba(255,255,255,0.7), 1px 1px 0 rgba(255,255,255,0.7);
}
.sdt-chart svg text.outline-black{
	text-shadow: -1px -1px 0 rgba(0,0,0,0.5), 1px -1px 0 rgba(0,0,0,0.5), -1px 1px 0 rgba(0,0,0,0.5), 1px 1px 0 rgba(0,0,0,0.5);
}



