#indexlist table tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

#indexlist table tr.indexhead {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}



#indexlist table tr {
  padding: 0 0.25rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.075);
}

#indexlist table tr.indexhead {
  border-bottom-color: rgba(0, 0, 0, 0.1);
}

#indexlist table tr .indexcolname {
  width: 100%;
}

#indexlist table tr.indexhead,
#indexlist table tr.indexhead:hover {
  background-color: transparent;
}

#indexlist table tr.indexhead a {
  font-weight: normal;
  font-size: 0.875rem;
}

#indexlist table tr .indexcolname a,
#indexlist table tr .indexcollastmod a,
#indexlist table tr .indexcolsize a {
  border-bottom: 1px solid transparent;
}

#indexlist table tr .indexcolname a:hover,
#indexlist table tr .indexcollastmod a:hover,
#indexlist table tr .indexcolsize a:hover {
  border-bottom: 1px solid currentColor;
}

#indexlist table tr.even-parentdir a {
  font-weight: 500;
}

#indexlist table tr .indexcollastmod,
#indexlist table tr .indexcolsize {
  padding: 0.5rem 1.5rem;
  font-size: 0.875rem;
}

#indexlist table th,
#indexlist table td {
  padding: 0.375rem;
}

#indexlist table tr .indexcolsize {
  text-align: right;
}

#indexlist table tr .indexcolicon img {
  width: 2rem;
}
