html {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; 
}

body {
    max-width: 900px;
    margin: auto;
}

.flex-wrapper {
    display: flex;
    justify-content: space-between;
    place-items: center;
}

.icon {
    height: 24px;
}

h3 {
    margin: 0;
}

.project-header {
    margin-top: 8px;
    margin-bottom: 8px;
}

.check-header {
    border-left: 1px solid darkgray;
    padding-left: 8px;
}

.module {
    margin-left: 8px;
    padding-left: 8px;
    border-left: 1px solid darkgray;
}

.red {
    border-left-color: red !important;
}

.checks {
    padding-left: 16px;
}

.health-endpoint {
    margin-left: 16px;
    padding-left: 8px;
    border-left: 1px solid darkgray;
}

.health-endpoint-status {
    margin-left: 16px;
    padding-left: 8px;
    border-left: 1px solid darkgray;
}

.health-endpoint-detail {
    margin-left: 16px;
    padding-left: 8px;
    border-left: 1px solid darkgray;
}

.health-endpoint-status-content {
    margin-left: 16px;
    padding-left: 8px;
    border-left: 1px solid darkgray;
}

.health-endpoint-detail-content {
    margin-left: 16px;
    padding-left: 8px;
    border-left: 1px solid darkgray;
}

.last-update {
    font-size: .7em;
}

.header {
    margin-top: 16px;
}

.error {
    border-left: 1px solid red;
    padding-left: 8px;
    margin: 0;
}

.health-error {
    margin: 0;
}