﻿
.tooltipster-sidetip .tooltipster-box {
	background: #fbfbfb;
	border: 1px solid #808080;
	border-radius: 2px;
}

.tooltipster-sidetip .tooltipster-content {
	color: black;
	line-height: 18px;
	padding: 6px 8px;
}

.tooltipster-sidetip .tooltipster-arrow-background {
	border: none;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
	border-bottom-color: #fbfbfb;
	left: 0px;
	top: 3px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
	border-left-color: #fbfbfb;
	left: -3px;
	top: 0px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
	border-right-color: #fbfbfb;
	left: 3px;
	top: 0px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
	border-top-color: #fbfbfb;
	left: 0px;
	top: -3px;
}

.tooltipster-sidetip .tooltipster-arrow-border {
	border: none;
	left: 0;
	top: 0;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
	border-bottom-color: black;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
	border-left-color: black;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
	border-right-color: black;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
    border-top-color: black;
}