/* Styling for status report */

.page-concourse-feed-report main.section-main,
.page-server-health-report main.section-main {
    width: 96vw;
}

.stale-report {
    color: var(--flash-important-color);
    background-color: var(--flash-important-background-color);
}

.update-info > .server-name {
    display: inline-block;
    min-width: 16em;
    margin-left: 0.5em;
    font-weight: bold;
}

.update-info > .server-name > a {
    color: inherit;
}
