* {
	box-sizing: border-box;
}
html {
	margin: 0;
	width: 100%;
	height: 100%;
}
body {
	font-family: 'Arial';
	font-size: 13px;
	margin: auto;
	width: 100%;
	height: 100%;
	background-color: #000;
}
#hw-holder {
	display: none;
	position: relative;
	transform-origin: top left;
	touch-action: none
	/* scaled in code to fit window */
}
#hw-case {
	background: url('hardware_jpg.jpg?123123');
	width: 1865px;
	height: 2740px;
}
.hw-button {
	position: absolute;
	display: block;
	background: url('buttons_jpg.jpg?2341235');
	width: 740px;
	height: 319px;
	left: 0px;
	top: 0px;
}
.hw-button:hover {
	/* background-position-x: -320px; */
	cursor: pointer;
}
.hw-button-pushed {
	background-position-x: -740px;
}
#hw-button-mode {
	left: 95px;
	top: 1562px;
	background-position-y: 0px;
}
#hw-button-view {
	left: 1031px;
	top: 1562px;
	background-position-y: -320px;
}
#hw-button-deny {
	left: 95px;
	top: 2085px;
	background-position-y: -640px;
}
#hw-button-approve {
	left: 1031px;
	top: 2085px;
	background-position-y: -960px;
}
#hw-glass {
	position: absolute;
	left: 133px;
	top: 354px;
	width: 1600px;
	height: 1168px;
	mix-blend-mode: screen;
}
#hw-panel {
	position: absolute;
	transform: scale(0.99);
	left: 195px;
	top: 408px;
	width: 1476px;
	height: 1062px;
}
#console-holder {
	position: fixed;
    display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}
#console {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 2em;
	font-family: monospace;
	white-space: pre;
	font-size: 11pt;
	background-color: rgb(255,255,255,0.5);
	pointer-events: none;
}
#console-toggle {
	position: fixed;
    display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}