.tipso_bubble,.tipso_bubble>.tipso_arrow{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box
}
.tipso_bubble{
	position:absolute;
	text-align:center;
	border-radius:6px;
	z-index:9999;padding:10px
	}
.tipso_style{
	cursor:pointer;
	color: #0996ff;
}
.tipso_bubble>.tipso_arrow{
	position:absolute;
	width:15px;
	height:15px;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc!important;
	pointer-events:none;
	transform:rotate(45deg);
	bottom:-9px;left:50%;margin-left:-8px;background: #fff;

}
