.tooltip.in {
	opacity: 1;
}
.tooltip-inner {
	min-height: 60px;
	min-width: 60px;
	max-width: 265px;
	background-color: white;
	box-shadow: 0 0 15px 1px rgba(0,0,0,0.4);
}
.tooltip.top .tooltip-arrow {
	bottom: -15px;
	margin-left: -20px;
	border-width: 20px 20px 0px 20px;
	border-top-color: white;
}
.tooltip.right .tooltip-arrow {
	left: -15px;
	margin-top: -20px;
	border-width: 20px 20px 20px 0;
	border-right-color: white;
}
.tooltip.bottom .tooltip-arrow {
	top: -15px;
	margin-left: -20px;
	border-width: 0 20px 20px 20px;
	border-bottom-color: white;
}
.tooltip.left .tooltip-arrow {
	right: -15px;
	margin-top: -20px;
	border-width: 20px 0 20px 20px;
	border-left-color: white;
}