﻿html {
	height: 100%;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}

body {
	/* Uncomment this to enable scrolling and zooming
	touch-action: manipulation;
	*/
	height: 100%;
	margin: 0;
	font-family: arial;
	font-size: 14px;
	line-height: 1.3;
}


/************************************************* others *********************************************************************/

#output {
	position: absolute;
	width: 300px;
	height: 200px;
	top: 0;
	right: 0;
	overflow-y: auto;
	font: 13px/20px lucida console;
	background: rgba(240, 240, 240, 0.7);
	z-index: 10000;
}

.spacer {
	width: 0;
	height: 0;
	clear: both;
}