/* styles.css - extracted from inline styles */

/* Page */
body {
  background-color: #1a1a1a;
  color: #50f050;
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
}



/* Cells */
th,
td {
  padding: 8px 10px;
  border: 1px solid #333333;
  text-align: left;
}

/* Header */
thead th {
  background: #151515;
  color: #e6ffe6;
  border-bottom: 1px solid #444444;
}

/* Size column */
td.size {
  text-align: right;
  white-space: nowrap;
}

/* Links (file links) */
a.file,
a:link {
  color: #99cccc; /* unvisited */
  text-decoration: none;
}

a:visited {
  color: #c955c9; /* visited */
}

a:hover {
  color: #66ff66; /* hover */
}

a:active {
  color: #009900; /* active/click */
}

/* Remove focus outline inside table links to avoid bright ring */
table a:focus {
  outline: none;
}
