/*
body {
  background: #1c1d1f;
  color: #d0d0d0;
  font-family: monospace;
  text-align: center;
  margin: 0;
}
*/

tr.indexbreakrow {
  visibility: hidden;
}

th {
  background: none;
}

th a {
  color: #87d7d7;
}

th.indexcolname {
  width: 80%;
}

th.indexcollastmod {
  width: 20%;
}

table {
  border: none;
  margin: auto;
  width: 100%;
/**
  text-align: left;
  width: 80%;
  margin: 16px;
**/
}

tr:nth-child(odd) {
  background: none;
}

tr:nth-child(3) td:first-child a {
  visibility: hidden;
  position: relative;
}

tr:nth-child(3) td:first-child a:after {
  content: "..";
  color: #87d7d7;
  visibility: visible;
  position: absolute;
  top: 0;
  left: 0;
}

a {
  color: #d0d0d0;
}
