* {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  color: #000;
  font-size: 0.875em;
  font-family: sans-serif;
  letter-spacing: 0.03em;
  line-height: 1.5em;
}

body {
  display: inline-block;
  min-width: 100%;
  padding: 0;
  -webkit-backface-visibility: hidden;
}

code {
  font-family: consolas, monospace;
}

a,
a:hover {
  color: #0066cc;
  text-decoration: underline;
}

/*------------------------------------*\
    Header
\*------------------------------------*/

#header {
  background-color: #2892D7;
  background-size: cover;
  background-position: center 10%;
  background-repeat: repeat;
  background-image: url("/assets/poly_200px.webp");
  padding: 0 20px;
  color: #fff;
  font-size: 1.6em;
  font-weight: 800;
  font-family: tahoma, sans-serif;
  line-height: 1.75em;
}

#header a,
#header a:hover {
  color: #fff;
  text-decoration: none;
}

#header.red {
  background-color: #bf2528;
  padding-left: 20px;
}

#header.logo {
  line-height: 1em;
  padding: 10px 0;
}

#header.logo img {
  color: #fff;
  font-size: 1.2em;
  font-weight: 800;
}

/*------------------------------------*\
    Content wrapper
\*------------------------------------*/

#content {
  padding: 0 20px;
}

/*------------------------------------*\
    Error message
\*------------------------------------*/

.error {
}

.error strong {
  color: #bf2528;
}

.error h1 {
  color: black;
  font-size: 1.5em;
  margin: 25px 0 15px 0;
  font-weight: normal;
}

.error h2 {
  font-size: 1.1em;
  color: #bf2528;
}

/*------------------------------------*\
    Readme block
\*------------------------------------*/

.readme {
  margin: 40px 0;
}

.readme pre {
  font-family: sans-serif;
  white-space: pre-wrap;
  max-width: 100ch;
}

/*------------------------------------*\
    Table (directory listing)
\*------------------------------------*/

table {
  border-collapse: collapse;
  margin: 40px 0;
  padding: 20px;
  text-align: left;
}

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

th,
td {
  padding: 5px 20px;
}

tr:hover {
  color: #000;
  background: #f6f6f6;
}

tr:has(.indexcoldesc span.highlight) {
  background-color: #FEE455;
}

tr:has(.indexcoldesc span.highlight):hover {
  background-color: #FFDB1A;
}

.indexcolicon {
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
  width: 16px;
  font-size: 0;
}

.indexcolicon img {
  vertical-align: middle;
}

.indexcolname {
  padding-left: 5px;
  min-width: 30ch;
}

.indexcollastmod {
  min-width: 22ch;
}

.indexcolsize {
  min-width: 10ch;
}


td {
  border-bottom: 1px solid #edf1f5;
  vertical-align: middle;
  text-align: left;
  -webkit-transition: 200ms ease;
     -moz-transition: 200ms ease;
      -ms-transition: 200ms ease;
       -o-transition: 200ms ease;
          transition: 200ms ease;
}

/*------------------------------------*\
    Footer
\*------------------------------------*/

#footer {
  margin: 20px;
  color: #6e6e6e;
  font-size: 0.875em;
}
