.tooltipster-radario {
	border-radius: 5px; 
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border: 2px solid #00b6fb;
	background: white;
	color: #00b6fb;
    z-index: 99999999;
    text-align: center;
}
.tooltipster-radario .tooltipster-content {
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
	padding: 8px 10px;
}