.tooltipster-noir {
	border-radius: 10px; 
	border:1 solid #2c2c2c;
	background: #fff;
	color: #2c2c2c;
	box-shadow:2px 2px 20px #ccc;
}
.tooltipster-noir .tooltipster-content {
	font-size: 14px;
	line-height: 16px;
	padding: 8px 10px;
}

.tooltipster-noir .tooltipster-content a {
	font-size:14px;
	text-decoration:underline;
}