body {
    background: #EEE;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
img.icon {}

td {
  vertical-align: top;
}

th {
  cursor: pointer;
}

tbody.summary td {
  font-style: italic;
}

span.legend_original {
  float: right;
}

td.lastmod {
    white-space: pre-wrap;
}
td.size {
    white-space: nowrap;
}
td.description p:nth-child(1) {
    margin-top: 0;
}
a.editdescription {
    font-size: 10px;
    padding: 0 4px;
    border-radius: 4px;
    text-transform: uppercase;
    color: #EEE;
    background: #AAA;
}