@import url(/webjars/fontawesome/4.7.0/css/font-awesome.min.css);

body {
    padding-top: 4.5rem;
}

table.filesystems,
table.processes,
table.programs,
table.systems,
table.hosts,
table.events {
    margin-top: 2ex;
    margin-bottom: 7ex;
}

table.filesystems td.updated,
table.processes td.updated,
table.programs td.updated,
table.systems td.updated,
table.hosts td.updated,
table.events td.eventtime,
table td.cpu,
table td.load,
table td.swap,
table td.usage,
table td.memory {
    text-align: right;
}

table.filesystems th.updated,
table.processes th.updated,
table.programs th.updated,
table.systems th.updated,
table.hosts th.updated,
table.events th.eventtime,
table th.cpu,
table th.load,
table th.swap,
table th.usage,
table th.memory {
    text-align: right;
}

#content {
    margin-top: 2em;
}

#loading {
    padding: 10em;
}

#loading p {
    text-align: center;
}

#overview .card.server {
    margin: 1ex;
}
#overview .card.server h4 {
    margin-bottom: 0;
}

#error {
    margin: 0 auto;
}

footer {
    margin: 5ex 0 2ex;
}

.healthitem {
    white-space: nowrap;
}

ul.health {
    padding: 0;
}
ul.health li {
    list-style-type: none;
}
