html {
	overflow-x: auto;
	overflow-y: auto;
}
body {
	bottom: 0;
	top: 0;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0;
	overflow: hidden;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	background-color: #fff;
}
img {
	margin: 0;
	padding: 0;
}
h2 {
	font-size: 21px;
	font-weight: 700;
	margin: 17px 0;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
	height: 100%;
	top: 60px;
	bottom: 0;
}
td,
th {
	/*padding: 0;*/
}
.nav{
	width: 300px;
	min-width: 300px;
	height: 100%;
	font-size: 14px;
}
.nav>div{
	position: absolute;
	top: 60px;
	bottom: 0;
	width: 300px;
	overflow-y: scroll;
	box-sizing: border-box;
	padding: 20px 20px 20px 10px;
	z-index: 102;
}
.nav ul{
	margin: 0;
	padding-left: 25px;
	list-style-type: revert;
}
.nav li{
	padding-bottom: 2px;
	margin-bottom: 0;
}
.nav a{
	display: block;
}
.content{
	height: 100%;
	width: 100%;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
}
.content>div{
	padding-left: 300px;
	position: absolute;
	top: 60px;
	bottom: 0;
	width: 100%;
	left: 0;
	right: 0;
	box-sizing: border-box;
	z-index: 101;
}
.content table {
	height: auto;
}
.collapsed{
	display: none;
}
.active{
	background-color: greenyellow;
}