* {
  font-family: sans-serif;
}

body {
  background: #f5f5f5;
  background: linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.05) 50%), white;
  background-size: 100% 4px;
}
.downloads {
  border: 1px solid;
  width: 0px;
  width: fit-content;
  display: table;
  height: auto;
  box-shadow: 0px 3px 20px #888888;
  background-color: white;
  z-index: 99999;
}
.downloads * {
  padding: 0;
  margin: 0;
  font-family: "Times New Roman", Times, serif;
}

.box {
  color: black;
  display: inline-block;
  background-color: white;
  padding: 5px;
  padding-left: 8px;
  border: 1px solid white;
  padding-right: 8px;
  box-shadow: 0px 1px 1px #888888;
}
.box * {
  padding: 0;
  margin: 0;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}



.nginx-title {
  display: none;
}

table {
  border-collapse: collapse;
}

tr:not(:first-child):not(:last-child) {
  border-bottom: 1px solid #e2e8f0;
}

.icons {
  height: 16px;
  width: 16px;
}

footer {
  bottom: 0;
  border-top: 1px solid gray;
  box-shadow: 0px 3px 20px #888888;
  position: fixed;
  width: 100%;
  background-color: white;
  left: 0;
}

.copyright, .copyright > * {
  font-family: "Times New Roman", Times, serif;
}
