/*.tooltipster-follower .tooltipster-box {
	background:#565656;
	border:2px solid #000;
	border-radius:4px
}*/
.tooltipster-follower .tooltipster-box {
	background:#f6f7f8;
	border-radius: 1px;
  	box-shadow: 0px 0px 0px 4px rgba(204,204,204,0.65);  
}
/*.tooltipster-follower .tooltipster-content {
	color:#fff;
	line-height:18px;
	padding:6px 14px
}*/
.tooltipster-follower .tooltipster-content {
	color:#000;
	line-height:18px;
	padding:4px 8px;
	/*-webkit-box-shadow:inset 0px 0px 35px 0px rgba(221,221,221,0.6);
    -moz-box-shadow:inset 0px 0px 35px 0px rgba(221,221,221,0.6);
    box-shadow:inset 0px 0px 35px 0px rgba(221,221,221,0.6);*/
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	min-width:140px;
}

.tooltipster-follower.tooltipster-borderless .tooltipster-box {
	border:none;
	background:#1b1b1b;
	background:rgba(10, 10, 10, .9)
}
.tooltipster-follower.tooltipster-light .tooltipster-box {
	border-radius:3px;
	border:1px solid #ccc;
	background:#ededed
}
.tooltipster-follower.tooltipster-light .tooltipster-content {
	color:#666
}
.tooltipster-follower.tooltipster-noir .tooltipster-box {
	border-radius:0;
	border:3px solid #000;
	background:#fff
}
.tooltipster-follower.tooltipster-noir .tooltipster-content {
	color:#000
}
.tooltipster-follower.tooltipster-punk .tooltipster-box {
	border-radius:5px;
	border:none;
	border-bottom:3px solid #f71169;
	background:#2a2a2a
}
.tooltipster-follower.tooltipster-shadow .tooltipster-box {
	border:none;
	border-radius:5px;
	background:#fff;
	box-shadow:0 0 10px 6px rgba(0, 0, 0, .1)
}
.tooltipster-follower.tooltipster-shadow .tooltipster-content {
	color:#8d8d8d
}
