*, *:before, *:after {
  box-sizing: border-box;
}

html, body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
}

body {
	background-color: #fff;
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 50px;
	background-color: #48c;
	border-bottom: 1px solid black;
}

.navbar {
	position: fixed;
	top: 50px;
	left: 0;
	bottom: 60px;
	width: 200px;
	border-right: 1px solid black;
	overflow-x: hidden;
	overflow-y: scroll;
	padding: 4px;
}

.filetree {
	width: 100%;
	height: 100%;
}

.viewer {
	position: fixed;
	top: 50px;
	left: 200px;
	right: 0;
	bottom: 60px;
}

.pdfframe {
	width: 100%;
	height: 100%;
}

.footer {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	height: 60px;
	background-color: #900;
	color: #fff;
	border-top: 1px solid black;
	margin: 0px;
	padding: 2px;
	overflow-x: hidden;
	overflow-y: auto;
}

.disclaimer {
	color: white;
	font-family: 'Tahoma', 'Verdana', 'Arial', 'helvetica', 'san-serif';
	font-size: 7pt;
	font-weight: bold;
	text-align: center;
	border: 0px;
	margin: 0px;
	padding: 0px;
}
