.info-manifestante .label{
    color: #333;
    font-size: 85%;
    padding: 0px 3px 0px 0px;
}
.info-manifestante .texto{
    font-size: 80%;
}
.info-manifestante .retorno-info-manifestante{
    padding: 10px;    
    border: 1px solid #CCC;
    border-radius: 4px;
    width: 100%;
    margin-top: 10px;
    position: relative;
}
.info-manifestante .retorno-info-manifestante:after,
.info-manifestante .retorno-info-manifestante:before{
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.info-manifestante .retorno-info-manifestante:after{
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #ffffff;
	border-width: 8px;
	margin-left: -8px;
}
.info-manifestante .retorno-info-manifestante:before{
	border-color: rgba(204, 204, 204, 0);
	border-bottom-color: #CCC;
	border-width: 10px;
	margin-left: -10px;
}

.info-manifestante .carregando1,
.info-manifestante .retorno-info-manifestante{
    display: none;
}