.tooltipster-sidetip.tooltipster-conprim .tooltipster-box,
.tooltipster-follower.tooltipster-conprim .tooltipster-box {	
	-webkit-border-width: 0px;
	-moz-border-width: 0px;
	border-width: 0px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 2px;
	background-color: rgba(32,32,32,0.95);
}

.tooltipster-sidetip.tooltipster-conprim .tooltipster-content,
.tooltipster-follower.tooltipster-conprim .tooltipster-content {	
	color: #fff;
	padding: 6px;
	font-size: 14px;
	line-height: 18px;	
	margin: 0px;	
}
.tooltipster-sidetip.tooltipster-conprim.tooltipster-top .tooltipster-arrow-border,
.tooltipster-sidetip.tooltipster-conprim.tooltipster-top .tooltipster-arrow-background,
.tooltipster-follower.tooltipster-conprim.tooltipster-top .tooltipster-arrow-border,
.tooltipster-follower.tooltipster-conprim.tooltipster-top .tooltipster-arrow-background {
	border-top-color: rgba(32,32,32,0.95);
}
.tooltipster-sidetip.tooltipster-conprim.tooltipster-bottom .tooltipster-arrow-border,
.tooltipster-sidetip.tooltipster-conprim.tooltipster-bottom .tooltipster-arrow-background,
.tooltipster-follower.tooltipster-conprim.tooltipster-bottom .tooltipster-arrow-border,
.tooltipster-follower.tooltipster-conprim.tooltipster-bottom .tooltipster-arrow-background {
	border-bottom-color: rgba(32,32,32,0.95);
}
.tooltipster-sidetip.tooltipster-conprim.tooltipster-right .tooltipster-arrow-border,
.tooltipster-sidetip.tooltipster-conprim.tooltipster-right .tooltipster-arrow-background,
.tooltipster-follower.tooltipster-conprim.tooltipster-right .tooltipster-arrow-border,
.tooltipster-follower.tooltipster-conprim.tooltipster-right .tooltipster-arrow-background {
	border-right-color: rgba(32,32,32,0.95);
}
.tooltipster-sidetip.tooltipster-conprim.tooltipster-left .tooltipster-arrow-border,
.tooltipster-sidetip.tooltipster-conprim.tooltipster-left .tooltipster-arrow-background,
.tooltipster-follower.tooltipster-conprim.tooltipster-left .tooltipster-arrow-border,
.tooltipster-follower.tooltipster-conprim.tooltipster-left .tooltipster-arrow-background {
	border-left-color: rgba(32,32,32,0.95);
}

.tooltipster-sidetip.tooltipster-menu .tooltipster-box,
.tooltipster-follower.tooltipster-menu .tooltipster-box {	
	-webkit-border-width: 0px;
	-moz-border-width: 0px;
	border-width: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background-color: #fff;
	box-shadow: 0px 0px 16px 4px rgba(0,0,0,0.25);	
}

.tooltipster-sidetip.tooltipster-menu .tooltipster-content,
.tooltipster-follower.tooltipster-menu .tooltipster-content {	
	padding: 0;
	margin: 0;
}
.tooltipster-sidetip.tooltipster-menu.tooltipster-top .tooltipster-arrow-border,
.tooltipster-sidetip.tooltipster-menu.tooltipster-top .tooltipster-arrow-background,
.tooltipster-follower.tooltipster-menu.tooltipster-top .tooltipster-arrow-border,
.tooltipster-follower.tooltipster-menu.tooltipster-top .tooltipster-arrow-background {
	border-top-color: #fff;
}
.tooltipster-sidetip.tooltipster-menu.tooltipster-bottom .tooltipster-arrow-border,
.tooltipster-sidetip.tooltipster-menu.tooltipster-bottom .tooltipster-arrow-background,
.tooltipster-follower.tooltipster-menu.tooltipster-bottom .tooltipster-arrow-border,
.tooltipster-follower.tooltipster-menu.tooltipster-bottom .tooltipster-arrow-background {
	border-bottom-color: #fff;
}
.tooltipster-sidetip.tooltipster-menu.tooltipster-right .tooltipster-arrow-border,
.tooltipster-sidetip.tooltipster-menu.tooltipster-right .tooltipster-arrow-background,
.tooltipster-follower.tooltipster-menu.tooltipster-right .tooltipster-arrow-border,
.tooltipster-follower.tooltipster-menu.tooltipster-right .tooltipster-arrow-background {
	border-right-color: #fff;
}
.tooltipster-sidetip.tooltipster-menu.tooltipster-left .tooltipster-arrow-border,
.tooltipster-sidetip.tooltipster-menu.tooltipster-left .tooltipster-arrow-background,
.tooltipster-follower.tooltipster-menu.tooltipster-left .tooltipster-arrow-border,
.tooltipster-follower.tooltipster-menu.tooltipster-left .tooltipster-arrow-background {
	border-left-color: #fff;
}