#bodyContent {
    margin: 0 auto;
    max-width: 990px;
}

#report-content{
    width: 71%;
    margin: 10px auto;
}

#chart,#legendContainer {
    max-width: 678px;
}

.svg-container {
    display: inline-block;
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* aspect ratio */
    vertical-align: top;
    overflow: hidden;
}

.svg-content-responsive {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}

.legend {
    display: table;
    margin: auto;
}

.legendBand {
    font: 12pt sans-serif;
    padding: 16px;
    display: table-cell;
    text-align: center;
}

.underwaterBand {
    fill: #ffb29f;
    background-color: #ffb29f;
}

.wetBand {
    fill: #ffdf96;
    background-color: #ffdf96;
}

.dryBand {
    fill: #d5ebd7;
    background-color: #d5ebd7;
}

.bandBorder {
    stroke: #806825;
    stroke-width: 1.5;
}

.axis {
    font: 12pt sans-serif;
}

.line {
    fill: none;
    stroke: #336699;
    stroke-width: 4px;
}

.dot {
    fill: #336699;
}