.tip {
	border: solid 1px #666666;
	padding: 2px 5px;
	position: absolute;
	z-index: 100;
	color: #333333;
	top: -1000px;
	left: 90px;
	background-color: #ffffcc;
	/* layer-background-color: #ffffcc !important; */
	text-align: left;
	font-size: 7pt;
	max-width: 200px;
	white-space: normal;
}

.tip p {
	margin: 5px 0px;
}