.tooltipster-borderless {
	max-width: 450px;
}

.tooltipster-borderless td, .tooltipster-borderless th {
	border: none;
	border-bottom: 1px solid white;
}
.tooltipster-borderless td.jfy {
	text-align: justify;
}

.tooltip_templates {
	display: none;
}

/*.tooltip-info {
	background: rgb(3, 47, 66);
	color: white;
	display: inline-block;
	position: relative;
	border-radius: 50px;
	padding: 0;
	margin: 0;
	height: 20px;
	width: 20px;
	text-align: center;
	font-style: italic;
}*/

.tooltip-info {
	background: rgb(192, 226, 241);
	color: rgb(3, 47, 66);
	display: inline-block;
	position: relative;
	border-radius: 50px;
	margin: 0;
	padding: 0;
	width: 20px;
	height: 20px;
	text-align: center;
	vertical-align: middle;
	cursor: help;
}
.tooltip-info:after {
	font-family: FontAwesome;
	content: "\f05a";
	font-size: 20px;
}



/*** EOF ***/