/* directory listings */
table.ls {
  border: thin solid #ccc;
  border-collapse: collapse;
  margin: 0;
}

table.ls th {
  border: thin solid #ccc;
  background-color: #eee;
}

table.ls tr.even {
  background-color: #e9edf2;
}

table.ls th,
table.ls td {
  padding: 0.1em 1.5em;
}

table.ls td.size {
  text-align: right;
}
