* {
    font-family: monospace;
}
a {
    color: #27d;
    text-decoration: none;
}
a:hover { text-decoration: underline; }
html {
    background-color: #eee;
    padding: 6px;
}
section {
    width: 1000px;
    background-color: #fff;
    margin: auto;
    margin-bottom: 32px;
    padding: 6px;
    outline: 1px solid #ccc;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
}
.section-title {
    margin-bottom: 12px;
    padding-bottom: 8px;
    border-bottom: 1px solid #eee;
    font-size: 16px;
}
.section-content {
    margin-left: 16px;
}
select {
    color: #888;
    outline: 0;
    margin-left: 8px;
    font-size: inherit
}
footer {
    border-top: 1px solid #eee;
    padding-top: 4px;
    font-size: 11px;
    text-align: center;
}
.chart-box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 64px;
}
.chart-box canvas {
    width: 480px;
}
.legend {
    width: 100%;
    background-color: #fbfbfb;
    border: 1px solid #eee;
    color: #555;
    padding: 0 8px 0 8px;
    border-spacing: 8px;
}
th, td { text-align: center; }
th:nth-child(-n+2), td:nth-child(-n+2) { text-align: left; }
th:last-child, td:last-child { text-align: right; }
th {
    font-weight: normal;
    text-decoration: underline;
}
.legend-color {
    display: inline-block;
    width: 10px;
    height: 10px;
}
.info-item {
    display: flex;
    height: 18px;
}
.info-item .label {
    width: 64px;
    font-weight: bold;
}
.info-item .data {
    font-family: monospace;
}
#system-last-update-time {
    color: #bbb;
    margin-left: 6px;
}
.status-unknown #system-status-text,
.status-unknown #system-uptime {
    color: #999;
}
.status-online #system-status-text {
    color: green;
}
h3 {
    margin-top: 0;
    font-size: 13px;
}
