@charset "utf-8";
/*glt toolTip*/
.glt-elm{
	position:absolute;
	left: 3px;
	top: 10px;
	width:auto;
	white-space:nowrap;
	color: #FFFFFF;
	opacity: 0.8;
	visibility: hidden;
	border:1px solid #FFFFFF;
	font-family: "Times New Roman", Times, serif;
}
.glt-elm p{	background: #232323;margin: 0px;	padding: 0.5em; font-size:10px;}
