/* Include padding to the right of the Name column */
td.indexcolname {
    padding-right: 1em;
}

/* Preserve the default alignment for the Last Modified column */
td.indexcollastmod {
    text-align: center;
}

/* Align the Size column header label and make the column wider */
th.indexcolsize {
    text-align: center;
}

/* Align the Size column values and make the column wider */
td.indexcolsize {
    padding-left: 3em;
    text-align: right;
}

#indexlist {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5em;
    min-width: 80%;
}

th {
    padding-bottom: 1em;
}

th.indexcolname {
    min-width: 20rem;
}

th.indexcollastmod {
    min-width: 10rem;
}

/* tr:nth-child(even) {
    background-color:  lightgrey;
} */
