
 
.custom-tip {
	color: #000;
	width: 200px;
	z-index: 13000;
	border:2px solid white;
}
 
.custom-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #1D1E2F;
	padding: 8px 8px 4px;
	background: #A7A5BD;
	border-bottom: 1px solid white;
}
 
.custom-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #CCCCCC;
	color:#333333;
}

