body {
  font-family: arial, sans-serif;
  background-color: #333;
  color: #ccc;
  text-shadow: 1px 1px #000;
  background-image: url("bg.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: 100vh;
  margin: 0;
}

div.content {
  margin-left: 100px;
  margin-right: 100px;
  margin-top: 50px;
  margin-bottom: 50px;
}

h1 {
  text-shadow: 2px 2px #111;
}

table {
 border-collapse: collapse;
 width: 100%;
}

th {
  font-weight: bold;
  color: #fff;
  background-color: #292929;
}

td, th {
 border: 1px solid #777;
 text-align: left;
 padding: 8px;
}

/*tr:nth-child(even) {
 background-color: #444;
}*/

a {
  color: #999;
  font-weight: bold;
}

.navbar ul, li {
  display: inline;
  padding: 5px; }

hr {
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(50, 50, 50, 1), rgba(255, 255, 255, 1), rgba(50, 50, 50, 1));
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}

ul, li {
  margin: 0;
  padding: 2px; }

a, a:visited {
  text-decoration: none; }

.filelist tr td {
  padding: 10px; }
.filelist .dir td {}
.filelist .file {
  min-width: 200px; }
