@charset "UTF-8";

table.presentation-contents td.Document {
    padding-left: 1em;
}

table.presentation-contents tr:first-child td.Document,
table.presentation-contents td.Folder {
    padding-left: 0;
}

.foils-pane > div > a {
    display: block;
    margin: 0 0 0.5em 0;
    text-align: center;
    padding: 1px;
    border: 1px solid #aaa;
}

.foils-pane > div:hover > a {
    border-color: blue;
}
