.custom-tip {
	color: white;
	width: 220px;
	z-index: 13000;
	display:none;
	position:absolute;
}
 
.custom-title {
	font-weight: bold;
	font-size: 11px;
	font-family: verdana;
	margin: 0;
	color: white;
	padding: 8px 8px 4px;
	background: #4566b4;
	border: 1px solid #4566b4;
}
 
.custom-text {
	font-size: 11px;
	color: #000479;
	font-family: verdana;
	padding: 4px 8px 8px;
	background: white;
	border: 1px solid #4566b4;
}
