.tooltip_templates {
	display: none;
}
.tooltipster-sidetip.tooltipster-theme .tooltipster-box {
	border-radius:5px;
	border:none;
	border-bottom:3px solid var(--color-primary);
	background:rgba(42,42,42,0.8);
}
.tooltipster-sidetip.tooltipster-theme.tooltipster-top .tooltipster-box {
	margin-bottom:7px;
}
.tooltipster-sidetip.tooltipster-theme .tooltipster-content {
	color:#fff;
	padding:8px 16px;
}
.tooltipster-sidetip.tooltipster-theme .tooltipster-arrow-background {
	display:none;
}
.tooltipster-sidetip.tooltipster-theme.tooltipster-bottom .tooltipster-arrow-border{	border-bottom-color:rgba(42,42,42,0.8); }
.tooltipster-sidetip.tooltipster-theme.tooltipster-left .tooltipster-arrow-border{		border-left-color:rgba(42,42,42,0.8); }
.tooltipster-sidetip.tooltipster-theme.tooltipster-right .tooltipster-arrow-border{		border-right-color:rgba(42,42,42,0.8); }
.tooltipster-sidetip.tooltipster-theme.tooltipster-top .tooltipster-arrow-border{ 		border-top-color:#f71169; }



#tooltip_content p {
	margin:0;
	font-size:11px;
}