.tooltipster-custom .tooltipster-box {
	background: #fad6eb;
	border: 2px solid #c5167c;
	border-radius: 6px;
	box-shadow: 3px 3px 7px 0 rgba(0,0,0,0.2);
}

.tooltipster-custom .tooltipster-content {
    text-align: left;
	color: #333;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
	padding: 8px;
}

.tooltipster-custom .tooltipster-arrow .tooltipster-arrow-uncropped .tooltipster-arrow-border {
    border-top-color: #c5167c;
}

.tooltipster-custom .tooltipster-arrow .tooltipster-arrow-uncropped .tooltipster-arrow-background {
    border-top-color: #fad6eb;
}
