.tip-wrap {
	color: #fff;
	z-index: 13000;
	background: #AAA;
	max-width: 300px;
}
 
.tip-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: #999;
	text-align: center;
}
 
.tip-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #AAA;
	text-align: justify;
}