/* This is how you would create a custom secondary theme on top of tooltipster-noir: */

.tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized .tooltipster-box {
	background: #def0fc;
	border-radius: 6px;
}

.tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized .tooltipster-content {
	padding: 8px;
}

.tooltipster-sidetip.tooltipster-noir.tooltipster-top .tooltipster-arrow-background {
	border-top-color:#def0fc
}

.tooltipstered {
	cursor: pointer;
}

.tooltip_templates {
	display: none;
}

.mbw-tooltip {
	margin-bottom: 3px;
}