tr.indexhead {display: none;}

/* Include padding to the right of the Name column */ 
td.indexcolname {
  padding-right: 4em;
}
/* Preserve the default alignment for the Last Modified column */ 
td.indexcollastmod {
  align: right;
}
/* Align the Size column header label and make the column wider */
th.indexcolsize {
  padding-left: 3em;
  align: right;
}
/* Align the Size column values and make the column wider */
td.indexcolsize {
  padding-left: 3em;
  align: right;
}