html,
body {
  background-color: #222222;
  color: #b3b3b3;
  text-align: center;
  height: 100%;
  margin: 0px;
  padding: 0px;
}

img.view {
  max-width: 95vw;
  max-height: 75vh;
}
img.logo {
  width: 100px;
  height: 72;
  vertical-align: middle;
  padding: 0px 10px;
  text-decoration: none;
}

h1 {
  text-decoration: underline;
  text-shadow: 4px 4px 10px #000000;
}

ul {
  text-align: left;
  width: 600px;
  margin-left: auto;
  margin-right: auto;
}

pre {
  text-align: left;
}

select {
  width: 300px;
  padding: 6px 10px;
  margin: 4px 0;
  border: 1px solid #444444;
  background-color: #444444;
  color: #cccccc;
}

input.narrow[type="file"],
input.narrow[type="text"] {
  width: 200px;
  outline: none;
  padding: 6px 10px;
  margin: 8px 0;
  box-sizing: border-box;
  border: 1px solid #222222;
  background-color: #444444;
  color: #cccccc;
}

input[type="text"],
input[type="password"],
input[type="number"] {
  width: 300px;
  outline: none;
  padding: 6px 10px;
  margin: 8px 0;
  box-sizing: border-box;
  border: 1px solid #222222;
  background-color: #444444;
  color: #cccccc;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
  background-color: #444444;
  border: 1px solid #222222;
  padding: 6px;
  color: #cccccc;
  text-decoration: none;
  cursor: pointer;
}

input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover {
  background-color: #222222;
  border: 1px solid #222222;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

audio {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

a:visited,
a:link,
a:hover,
a:active {
  color: #b3b3b3;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  color: #ffffff;
  text-decoration: underline;
  cursor: pointer;
}

table {
  border-collapse: collapse;
  margin: auto;
}

table.list {
  width: 100%;
}

table.list tr {
  border-bottom: 1px solid #555555;
}

table.list td {
  padding: 5px;
}

td.right {
  text-align: right;
}

td.nav a {
  color: #cccccc;
  text-decoration: none;
  cursor: pointer;
}

td.nav a:hover {
  text-decoration: underline;
}

td.mkdir {
  border: 2px solid #999999;
  background-color: #444444;
  color: #cccccc;
}

td.upload {
  border-top: 2px solid #999999;
  border-right: 2px solid #999999;
  border-bottom: 2px solid #999999;
  background-color: #444444;
  color: #cccccc;
}

td.nav {
  border-right: 2px solid #999999;
  border-left: 2px solid #999999;
  background-color: #444444;
  color: #cccccc;
  text-align: left;
  padding: 10px;
}

td.files a {
  color: #cccccc;
  text-decoration: none;
  text-align: left;
  cursor: pointer;
}

td.files a:hover {
  text-decoration: underline;
}

td.files {
  border: 2px solid #999999;
  background-color: #444444;
  color: #cccccc;
  text-align: left;
}

td.onoes {
  color: orange;
  text-align: center;
}

td.buttons {
  border-right: 2px solid #999999;
  border-left: 2px solid #999999;
  border-bottom: 2px solid #999999;
  text-align: center;
  background-color: #444444;
  color: #cccccc;
  padding: 10px;
}

td.center {
  border-right: 2px solid #999999;
  border-left: 2px solid #999999;
  text-align: center;
  background-color: #444444;
  color: #cccccc;
  padding: 10px;
}

td.bottom {
  border-right: 2px solid #999999;
  border-left: 2px solid #999999;
  border-bottom: 2px solid #999999;
  text-align: center;
  background-color: #444444;
  color: #cccccc;
  padding: 10px;
}

button {
  background-color: #444444;
  border: 1px solid #222222;
  padding: 6px;
  color: #cccccc;
  text-decoration: none;
  cursor: pointer;
}

button:hover {
  background-color: #222222;
  border: 1px solid #222222;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
textarea {
  width: 75vw;
  height: 65vh;
  border: 2px solid #999999;
  background-color: #444444;
  padding: 6px;
  color: #cccccc;
  outline: none;
}
