.tooltipster-site {
	border-radius: 5px;
	border: 1px solid #251c25;
	color: #efefef;
	background-color: #443b44;
	box-shadow: -1px -1px 2px rgba(0,0,0,0.1);
}
.tooltipster-site .tooltipster-content {
	font-size: 13px;
	line-height: 15px;
	padding-top: 5px;
	padding-right: 6px;
	padding-bottom: 5px;
	padding-left: 6px;
	
}
.tooltipster-site b, .tooltipster-custom strong{
	font-weight: 600;
	color: #FFF;
}
