* {
	padding:	0px;
	margin:		0px;

	box-sizing:	border-box;
}

html,
body {
	overflow:			hidden;

	background-color:	rgb( 255, 255, 255 );
	color:				rgb( 0, 0, 0 );
	font-size:			1em;
}

hr {
	margin:	10px;
}

#application {
	overflow-y:	scroll;
}

.fullsize {
	width:	100%;
	height:	100%;
}

#application > [ name=throughput ] [ name=output ] {
	width:	100%;
	height:	250px;
}

#application > [ name=chat ] [ name=output ] {
	width:	100%;
	height:	250px;
}

#application > [ name=gamemaster ] [ name=output ] {
	width:	100%;
	height:	500px;
}
