body {
    max-width: 1000px;
    margin: 20px auto;
    color: #333;
    font-family: georgia, serif;
}
h1 {
    margin: 20px 0;
    text-align: center;
}
h1 img {
    width: 50%;
    max-width: 250px;
}
h2.stack {
    margin: 20px 0;
    width: 100%;
    display: block;
    text-align: center;
}
h2 + p {
    margin: 20px 0;
    color: gray;
    text-align: center;
    font-size: 12px;
}
.hoursSelection {
    text-align: center;
}
.hoursSelection input {
    text-align: right;
}

ol {
    margin: 0;
    padding: 0;
}
li {
    margin: 10px 40px;
    padding: 10px;
    list-style: none;
}
li#health {
    background: green;
    color: white;
}
li#health.fail {
    background: darkred;
}
li:nth-child(2) svg > path {
    stroke: coral;
}
li:nth-child(3) svg > path {
    stroke: darkmagenta;
}
li:nth-child(4) svg > path {
    stroke: darkcyan;
}
li:nth-child(5) svg > path {
    stroke: crimson;
}
li svg > path {
    stroke: black;
}
h2 {
    display: inline-block;
    width: 70%;
    margin: 0;
    vertical-align: top;
    font-size: 20px;
}
span.description {
    display: block;
    font-size: 12px;
    color: rgb(175,175,175);
}
li > div {
    margin-top: 15px;
}
li > span {
    display: inline-block;
    width: 30%;
    text-align: right;
    font-size: 20px;
    font-style: italic;
}
.yaxis {
    position: absolute;
    width: 50px;
    margin-left: -50px;
    font-size: 10px;
    fill: gray;
}
.yaxis .domain {
    stroke: gray;
    fill: none;
}
.graph {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 150px;
    color: gray;
    font-size: 12px;
}
.graph .domain {
    fill: none;
}
.graph .tick {
    stroke: rgba(0, 0, 0, 0.2);
    stroke-width: 1px;
    stroke-dasharray: 1 1;
}
.graph .x_tick {
    position: absolute;
    top: 0;
    bottom: 0;
    border-left: 1px dotted rgba(0, 0, 0, 0.2);
}
.graph .x_tick .title {
    position: absolute;
    bottom: 2px;
    left: 2px;
    text-shadow: 1px 1px 1px white, 1px -1px 1px white, -1px 1px 1px white, -1px -1px 1px white;
}
footer {
    margin: 20px;
    color: gray;
    text-align: center;
    font-size: 12px;
}
footer * {
    color: gray;
}
