html,
body {
    background-color: #303030;
    margin: 0;
    padding: none;
    font-family: Roboto, Helvetica, Arial;
    font-size: 15px;
    color: #b0b0b0;
    height: 100%;
}

div.main {
    margin: auto;
    max-width: 1000px;
    padding: 16px;
    background-color: #505050;
    box-shadow: 0 0 20px black;
}

.mainmenu ul {
    list-style: none;
}

.mainmenu li::before {
    content: "►";
    margin-right: 4px;
}

div.floater {
    padding: 4px;
    margin: 4px 0;
    background-color: #404040;
    border: 2px solid #606060;
    border-radius: 8px;
}

.filesystems>table {
    width: 100%;
}

.filesystems>table tr :nth-child(3),
.filesystems>table tr :nth-child(4),
.filesystems>table tr :nth-child(5),
.filesystems>table tr :nth-child(7) {
    text-align: right;
}

a:link,
a:visited,
a:active {
    color: #ff8000;
    text-decoration: none;
}

a.dir,
a.dir:visited {
    color: #ff6000;
}

a.file,
a.file:visited {
    color: #ff8000;
}

a.dir:hover,
a.file:hover {
    color: white;
    text-decoration: underline;
}

td.photocell {
    font-size: 9px;
    line-height: 12px;
}

td.photocell big {
    font-size: 11px;
    line-height: 12px;
}

td.systemheader {
    background-color: #000000;
    vertical-align: middle;
    text-align: center;
}

em {
    font-weight: bold;
    font-style: normal;
    color: #D0D0C0;
}

li {
    margin-top: 2px;
    margin-bottom: 2px;
}

h1 {
    font-size: 200%;
    color: #ffb000;
}

h2 {
    margin-top: 8px;
    margin-bottom: 2px;
    font-size: 150%;
    color: #ffa000;
}

h3 {
    margin-top: 8px;
    margin-bottom: 2px;
    font-size: 14px;
}

small {
    font-size: 9px;
    font-weight: normal;
}

select,
input,
textarea {
    border: 1px #669999 solid;
    background-color: #202020;
    color: #C0C0C0;
    font-size: 12px;
    font-family: Verdana, Helvetica, Arial;
}

hr {
    color: red;
}

table#systemInfo td:first-child {
    text-align: right;
    padding-right: 12px;
}