html{
	/*height: 100%;
	width: 100%;*/
	margin: 0;
}
body{
    margin: 0;
    height: 100%;
    width: 100%;
}
body, input, article, div, li, fieldset, h1{
	background: linear-gradient(rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.1));
}

h1, h2, h3{
	color: rgba(0, 0, 0, 0.75);
}

h1{
	font-size: 20pt;
	text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
	padding: 0.5em 1em 1em 1em;
	margin: 0;
}

h2{
	margin-top: 0;
}

div{
	margin: 0;
	padding: 0;
}

div.nav{
	float: left;
	height: 80vh;
	width: 20%;
	background: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.1));
}

div.nav ul{
	list-style-type: none;
	-webkit-padding-start: 0;
}

div.nav ul>li{
	line-height: 2em;
	margin-bottom: 0.4em;
	font-size: 1.5em;
	padding-left: 0.4em;
	box-shadow: 0 0 4px 2px rgba(127, 127, 63, 0.2) inset;
}

div.nav ul>li:hover{
	line-height: 2.2em;
	margin-bottom: 0.2em;
	font-weight: bold;
}

li>a{
	text-decoration: none;
	display: block;
}

div.box{
    display: flex;
    align-items: center;
    justify-content: center;
	float: right;
	height: 80vh;
	width: 80%;
	background: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.1));
	box-shadow: 0 0 4px 2px rgba(127, 127, 63, 0.2) inset;
}

iframe{
	display: block;
	width: 99%;
	height: 99%;
	margin: auto;
	border: none;
}

fieldset{
	display: inline-block;
	float: left;
	border-radius: 6px;
	margin-right: 1em;
	margin-bottom: 1em;
	background: linear-gradient(170deg, rgba(255, 255, 196, 0.1), rgba(255, 255, 32, 0.1));
	border-top-color: rgba(255, 255, 255, 0.3);
	border-left-color: rgba(255, 255, 255, 0.3);
	border-right-color: rgba(0, 0, 0, 0.3);
	border-bottom-color: rgba(0, 0, 0, 0.3);
}
fieldset>legend{
	position: relative;
	top: -0.5em;
	text-align: left;
}

input[type=number]{
	width: 5em;
}
input[type=number], input[type=text]{
	border: none;
	padding-left: 0.2em;
}
input:not([disabled=disabled]){
	background: white;
}
.data{
	display: inline-block;
	border: solid 1px rgba(84, 67, 42, 0.2);
	margin: auto 0.2em;
}
span.data{
	float: left;
}
div.data{
	display: flex;
	margin: 0.5em;
	padding-right: 0.5em;
}
div.data>label{
	display: inline-block;
	width: 15em;
	text-align: right;
	padding-right: 0.2em;
}
.data>label{
	display: block;
	text-align: left;
	margin-left: 0.1em;
	margin-right: 0.1em;
}
