html, body {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	font-family: "Arial", sans-serif;
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 18px;
}
h3 {
	font: 11px/29px Trebuchet, "Trebuchet MS";
	font-weight: bold;
	color: #333;
	border-bottom: 1px solid #eaeaea;
	letter-spacing: .5px;
	text-transform: uppercase;
	margin-top: 15px;
}
#title {
	text-indent: -9999px;
	height: 0;
	margin: 0;
	padding: 0;
}
#wrapper {
	position: absolute;
	top: 0;
	left: 50%;
	background: #FFF;
	box-shadow: 0 0 20px #CCC;
	padding: 0 40px 40px 40px;
	width: 100%;
	max-width: 980px;
	min-height: 100%;
	margin-left: -490px;
	box-sizing: border-box;
}
#sidebar {
	width: 200px;
	float: left;
	position: fixed;
	top: 0;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidebar ul li a {
	display: block;
	font-weight: bold;
	color: #9399a6;
	line-height: 34px;
	border-bottom: 1px solid #eaeaea;
	text-decoration: none;
	padding-left: 27px;
	position: relative;
}
#sidebar ul li a:before {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -11px;
	content: " ";
	width: 22px;
	height: 22px;
	background: url(icon_download.png) 0 0 no-repeat transparent;
}
#sidebar ul li a:hover {
	background-position: center right;
	color: #333;
}
#sidebar ul li a:hover:before {
	background: url(icon_download.png) 0 -22px no-repeat transparent;
}
#content {
	margin-left: 220px;
}
#header{
	width: 100%;
	max-width: 500px;
	text-align: center;
}
#header img{
	max-width: 100%;
}
@media (max-width:980px){ #wrapper { left: 0; margin-left: 0px; } }

/*------------------------------------*\
    Table (directory listing)
\*------------------------------------*/
table {
	width:100%;
	border-collapse:collapse;
	font-size:.875em;
}
tr {
	outline:0;
	border:0;
}
tr:hover td {
	background:#f6f6f6;
}
th {
	text-align:left;
	font-size:.75em;
	padding-right:20px;
}
/* 2nd Column: Filename */
th + th {
	width:65%;
}
/* 3rd Column: Last Modified */
th + th + th {
}
/* 4th Column: Size */
th + th + th + th {
	width:5%;
}
/* 5th Column: Description */
th + th + th + th + th{
	display: none
}
tr td:first-of-type {
	padding-left:10px;
	padding-right:10px;
}
td {
	padding:5px 0;
	outline:0;
	border:0;
	border-bottom:1px solid #edf1f5;
	vertical-align:middle;
	text-align:left;
	-webkit-transition:background 300ms ease;
	   -moz-transition:background 300ms ease;
		-ms-transition:background 300ms ease;
		 -o-transition:background 300ms ease;
			transition:background 300ms ease;
}
td a{
	display: block;
}
tr.parent a[href^="/"] {
	color:#9099A3;
}
.parent a[href^="/"]:hover {
  color:#2281d0;
}