
.custom-tip {
	z-index: 13000;
}
 
.custom-title {
	font-size: 12px;
	color: #A1234B;
	text-align:center;
	font-weight: bold;
	margin: 0;
	padding: 8px 8px 4px;
	background: #333333;
	border-top: 1px dashed Gray;
	border-left: 1px dashed Gray;
	border-right: 1px dashed Gray;
}
 
.custom-text {
	width: 200px;
	color: #333333;
	text-align:left;
	font-size: 11px;
	margin: 0;
	padding: 8px 20px 8px 20px;
	background: Gray;
	border-bottom: 1px dashed #333333;
	border-left: 1px dashed #333333;
	border-right: 1px dashed #333333;
}

