.tooltipster-sidetip.tooltipster-shadow .tooltipster-content{
	font-size: 12px;
	font-family: verdana;
}
.tooltipster-sidetip.tooltipster-shadow .tooltipster-box{
	/*background:rgba(86,86,86,0.9);*/
	background:#84c2ea;
	border:2px solid #fff;
	border-radius:10px
}
.tooltipster-sidetip.tooltipster-bottom.tooltipster-shadow .tooltipster-arrow-background{
	border-bottom-color:#84c2ea;left:0;top:3px
}
.tooltipster-sidetip.tooltipster-left.tooltipster-shadow .tooltipster-arrow-background{
	border-left-color:#84c2ea;left:-3px;top:0
}
.tooltipster-sidetip.tooltipster-right.tooltipster-shadow .tooltipster-arrow-background{
	border-right-color:#84c2ea;left:3px;top:0
}
.tooltipster-sidetip.tooltipster-top.tooltipster-shadow .tooltipster-arrow-background{
	border-top-color:#84c2ea;left:0;top:-3px
}
.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-arrow-border{
	border-bottom-color:#fff
}
.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-arrow-border{
	border-left-color:#fff
}
.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow-border{
	border-right-color:#fff
}
.tooltipster-sidetip.tooltipster-shadow.tooltipster-top .tooltipster-arrow-border{
	border-top-color:#fff
}