html {
  overflow-y: scroll;
}

html * {
  max-height: 1000000em;
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
}

body {
  margin: 1px;
  font-family: verdana;
  font-size: 16px;
  background: #a0c0c0;
}

div.browser {
  width: 480px;
  margin: 5px auto;
  padding: 1px;
}

ul.browser {
  list-style: none;
  padding: 0;
  margin: 10px 0;
  background: #303030;
}

ul.browser li:nth-child(odd) {
  background-color: #e7e7e7;
  margin: 0;
  padding: 0;
}

ul.browser li:nth-child(even) {
  background-color: #f7f7f7;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

span.entry {
  display: table-cell;
  height: 75px;
  vertical-align: middle;
  width: 400px;
  margin: auto;
  padding: 5px 5px 5px 80px;
  background-repeat: no-repeat;
  background-size: 48px;
  background-position: 15px 18px;
  color: #303030;
}

span.error {
  background-color: darkred;
  color: white;
}

span.back {
  background-image: url("/App/static/pics/back.png");
}

span.folder {
  background-image: url("/App/static/pics/folder.png");
}

span.file {
  background-image: url("/App/static/pics/file.png");
  cursor: pointer;
}

span.music {
  background-image: url("/App/static/pics/music.png");
}

span.back:hover,
span.folder:hover,
span.file:hover,
span.music:hover {
  background-color: #a0a0a0;
  color: white;
}

span.current,
span.current:hover {
  background-color: #174b8a;
  color: white;
}

div.auth {
  margin: 0;
  padding: 20px;
  background: #f7f7f7;
}

input {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input[type="text"],
input[type="password"] {
  border: 1px solid #303030;
  line-height: 50px;
  width: 396px;
  margin: 10px 0 30px 0;
  padding: 0 20px;
}

input[type="submit"] {
  border: 1px solid #303030;
  width: 200px;
  height: 50px;
  margin: 0 120px;
}

input[type="submit"]:hover,
input[type="button"]:hover {
  background-color: #a0a0a0;
  color: white;
}

input,
textarea,
select,
button,
a.button {
  outline: none;
}
