.custom-theme01 {
	border-radius: 4px;
	background: #fff;
	color: #4e4e4e;
	
	-webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.25);
}

.custom-theme01 .tooltipster-content {
	font-size: 14px;
	line-height: 1.4em;
	padding: 14px 15px;
}