

h4#graphTitle {
    color: #000000;
    text-align: center
}


.svg-container {
    display: inline-block;
    height: 21.88rem;
    position: relative;
    width: 100%;
    vertical-align: top;
    overflow: auto
}

#resultDisplay{
    margin-bottom: 8px;
}

.svg-content {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0
}

.bar {
    fill: #a9a9a9;
    stroke: #222;
    stroke-width: 1px
}

.axis-group {
    font-size: .625em
}

.axis-group.axis-left {
    font-size: .8em
}

.axis-group line,
.axis-group path {
    stroke: #000000;
}

.axis-group text {
    fill: #000000;
}

text.label {
    fill: #000000;
    font-size: .8em
}

section.scorecard-section {
    border-top: 1px solid #696969;
    border-bottom: 1px solid #696969
}

section.scorecard-section header.scorecard-section-header {
    background-color: #2d2d2d;
    border-bottom: 1px solid #000;
    padding: 20px
}

section.scorecard-section main.scorecard-section-main {
    background-color: #FFFFFF;
    border-top: 1px solid #696969;
    border-bottom: 1px solid #000;
    padding: 20px
}

section.scorecard-section .section-header-content,
section.scorecard-section .section-main-content,
section.scorecard-section .section-main-header {
    margin: auto;
    max-width: 64rem
}

section.scorecard-section .section-main-content {
    padding: 1rem
}

section.scorecard-section h2 {
    color: grey
}

section.scorecard-section h3 {
    color: #fff
}

g.bar-group,
g.bar-group path.bar,
g.bar-group rect.bar {
    position: relative
}

g.underTarget path.bar,
g.underTarget rect.bar {
    fill: #fd9534;
    stroke: #7f4b1a
}

g.overTarget path.bar,
g.overTarget rect.bar {
    fill: #95c952;
    stroke: #2e8b57
}

@media (min-width:576px) {
    .grid-button-group {
        grid-template-columns: repeat(4, 1fr)
    }
}

/*# sourceMappingURL=style.css.map */