@charset "utf-8";
#hint {
	position: absolute;
	z-index: 99000;
	border: solid 1px #cccccc;
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	display: none;
}
.listener {
	display: table;
	position: relative;
}
.hint {
	position: absolute;
	left: -10000px;
	top: -10000px;
	overflow: hidden;
	width: 0;
	height: 0;
}

