.tooltipster-noir {
	border-radius: 0px; 
	border: 2px solid #282828;
	background: #fff;
	color: #282828;
}
.tooltipster-noir .tooltipster-content {
/*	font-family: 'Georgia', serif;
	font-size: 12px;*/
	font: 12px/21px "Roboto",sans-serif;
	line-height: 14px;
	padding: 6px 6px;
}


.tooltipster-noir a:hover {
    background-color: #fde758;
    color: #282828;
}