/*
.* ROOT STYLES.
.*
################################################################################
.*/
html,
body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
}

body > iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
body > dl {
	position:absolute;
	right:50%;
	bottom:1em;
	margin:0;
	text-align:center;
	font-size:12px;
	font-family:monospace;
	line-height:2;
	transform:translateX(50%);
}
body > dl > dt,
body > dl > dd {
	display:inline;
}
body > dl > dt {
	pointer-events:none;

	-webkit-user-select:none;

	-moz-user-select:none;

	user-select:none;
}
body > dl > dt::after {
	margin:0 .5em;
	content:":";
}
body > dl > dd {
	margin:0;
}
