root {
    display: block;
}
body {
    font-family: "Times New Roman", Roman, serif;
    font-size: 12pt; color: black;
    text-align: left;
    line-height: 1;
    background: #e0e0ff url("/static/intranet/img/bg/wavy-blue.png") repeat scroll;
}
code, pre {
    font-size: 10pt;
}
#wrapper{
    width: 760px;
    margin: 0 auto;
    margin-top: 10px;
    padding: 0;
}
a {text-decoration: none; color: blue;}
a:hover {text-decoration: underline;}
a.dir {font-weight: bold;}
table.dir {
    width: 100%;
    font-family: monospace;
    border-spacing: 0;
}
table.dir tr td {
    margin: 0;
    padding: 1px 3px 1px 3px;
}
table.dir tr.head {
    text-align: center;
    font-size: 125%;
    font-weight: bold;
    background: gold;
}
table.dir tr.file:hover {
    background: rgba(255,255,0,0.5);
}
td.share {
    font-size: 200%;
}
td.auth {
    text-align: right;
}
div.directory {
    font-family: monospace;
    font-size: 16pt;
    font-weight: bold;
    margin-bottom: 16px;
}