.tooltipster-sidetip.site-tip .tooltipster-box
{
	box-sizing: border-box;
	max-width: 320px;
	text-align: left;
	box-shadow: 4px 4px 2px rgba(226, 234, 240, .5);
	border: solid 2px #e2eaf0;
	border-radius: 12px;
	background: #ffffff;
	transition: .0s !important;
}

.tooltipster-sidetip.site-tip.tooltipster-top .tooltipster-box
{
	margin-bottom: 8px;
}

.tooltipster-sidetip.site-tip .tooltipster-content
{
	padding: 11px 15px;
	color: #222222;
	font-size: 14px;
	font-weight: normal;
	line-height: 22px
}

.tooltipster-sidetip.site-tip .tooltipster-arrow-background
{
	display: none
}

.tooltipster-sidetip.site-tip.tooltipster-bottom .tooltipster-arrow-border
{
	border-bottom-color: #000000
}

.tooltipster-sidetip.site-tip.tooltipster-left .tooltipster-arrow-border
{
	border-left-color: #000000
}

.tooltipster-sidetip.site-tip.tooltipster-right .tooltipster-arrow-border
{
	border-right-color: #000000
}

.tooltipster-sidetip.site-tip.tooltipster-top .tooltipster-arrow-border
{
	border-top-color: #000000
}