code {
    color: #444;
    background: #eee;
}
.service-down {
    color: darkred;
}

.service-impaired {
    color: orange;
}

.flex {
    display: flex;
}
.left {
    flex: 0 0;
}

.right {
    padding-left: 1em;
    flex: 1;
}

.overall {
    border: 2px solid #0a75c4;
    margin-left: 2em;
    margin-right: 2em;
    padding: 1em;
}

.overall-blue {
    padding-top: 2em;
    padding-bottom: 2em;

}

h3 {
    margin-bottom: .5em;
}

.service {
    margin-bottom: 3em;
}

.sane-ce {
    margin-bottom: 6em !important;
}

.service-list {
    font-family: Consolas, Courier New, Courier;
    margin-left: 1em;
    padding: .2em;
}
.service-list.dependency {
    background: #fee;
}
.service-list.impactor {
    background: #eef;
}

.mark {
    border: 2px dashed darkred;
}
.down {
    text-decoration: line-through;
    font-size: 110%;
}

.descr {
    background: #eee;
    line-height: 1.5em;
}

.overall-container.red .overall {
    border-color: #b51515;
}
.overall-container.yellow .overall {
    border-color: orange;
}
.overall-container.green .overall {
}

.past, .future {
   opacity: 0.35;
}
