@font-face {
    font-family: 'Axiforma-Regular';
    src: url('../fonts/Axiforma-Regular.woff') format('woff');
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Axiforma-Bold';
    src: url('../fonts/Axiforma-Bold.woff') format('woff');
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

body {
    font-family: Tahoma (sans-serif);
}

h1, h2, h3 {
    font-family: Tahoma (sans-serif);
}

.statusText {
    text-align: center;
    min-height: 2.0rem;
    line-height: 2.0rem;
}

.statusUnknown, .statusNone, .statusNoData, .statusSuspend {
    background-color: #8089a1;
    color: #ffffff;
}

.statusOK {
    background-color: #4db964;
    color: #ffffff;
}

.statusWarning {
    background-color: #f09a1f;
    color: #ffffff;
}

.statusCritical {
    background-color: #de3b4b;
    color: #ffffff;
}

.tile {
    width: 9.5rem;
    text-align: center;
    min-height: 2.5rem;
    max-height: 2.5rem;
    line-height: 1.0rem;
    padding: 0.2rem;
}

.tileHead {
    color: #ffffff;
    font-weight: bold;
    font-size: 1.1rem;
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

td {
    vertical-align: top;
}

.nav-separator {
    border-left: 1px solid;
    border-color: #000000;
}