
/* Apache autoindex skin */
body { font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif; margin: 2rem; line-height: 1.5; }
h1 { font-size: 1.35rem; margin: 0 0 .25rem; }
p { margin: 0 0 1rem; color: #333; }
hr { margin: 1rem 0; border: 0; border-top: 1px solid #e5e5e5; }
table { width: 100%; border-collapse: collapse; }
th, td { padding: .5rem; border-bottom: 1px solid #f0f0f0; }
th { text-align: left; font-weight: 600; }
a { text-decoration: none; }
a:hover { text-decoration: underline; }
/* Force all directory listing icons to consistent size */
img[src*="/icons/"] {
  width: 32px;
  height: 32px;
  vertical-align: middle;
}

