span.interrogacao {
    display: inline-block;
    width: 21px;
    height: 21px;
    background-color: #fa0069;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    cursor: help;
    margin-left: 5px;
}

.abra-tooltip {
	border-radius: 5px; 
	color: #fff;
    /*margin-top:-5rem;
    margin-left:-7rem;*/
    border-color:#fa0069;
}
/* Use this next selector to style things like font-size and line-height: */
.abra-tooltip .tooltipster-content {
	font-size: 14px;
	line-height: 16px;
	padding: 8px 10px;
    background: #fa0069;
    border: 0 !important;
}


.abra-tooltip .tooltipster-box {
	border-bottom-color: #fa0069;
	left: 0;
	top: 3px;
}