#wgDebug 	{background: #FFF; display:none; color: navy; }
#wgDebug * 	{color: #000080;}

#wgDebug table td { vertical-align: top; border: 1px solid #ccc;}

#wgDebug h3 {
	float: left;
	margin: 5px;
	border: 1px solid #ccc;
	padding: 5px;
}
#wgDebug h3:hover { cursor: pointer; }
#wgDebug td > div { clear:both; }

.pre {
	font-family: consolas, 'courier new', monospace;
	font-size: 0.8em;
	line-height: 0.9em;
	white-space: pre-wrap;
}

.wg_hide { display:none; }


#wgDebug_goFooter, #wgDebug_goTop, #wgDebugLaunch {
	position: fixed;
	color: #FFA500;
	z-index: 1000;
	padding: 0.25em 0.5em;
	background: #FFF;
	border-radius: 40px;
	line-height: 20px;
	font-weight: bold;
	font-size: 20px;
}
#wgDebugLaunch 		{ bottom: 1em; 	left: 1em;}
#wgDebug_goFooter	{ top: 1em;		left: 1em;}
#wgDebug_goTop		{ bottom: 1em; 	right: 1em;}
#wgDebug_goFooter:hover, #wgDebugLaunch:hover, #wgDebug_goTop:hover {cursor: pointer; }