h6 {
    font-size: 16px;
    margin: 16px 0 8px 0;
    font-weight: 400;
    color: #707071;
}

.btn--primary {
    background-color: #0F8243;
    color: #fff;
}

.btn {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 18px;
    display: inline-block;
    width: auto;
    cursor: pointer;
    padding: 6px 16px 10px 16px;
    border: 0 none;
    text-align: center;
    -webkit-appearance: none;
    transition: background-color 0.25s ease-out;
    line-height: 32px;
}

a {
    text-decoration: underline;
    word-wrap: break-word;
}

ul,
ol {
    margin: 0px 0;
    padding-left: 16px;
}

li {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin: 0px 0;
    padding: 6px 0 10px 16px;
}

.visuallyhidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.legenditem {
    float: left;
}

.legendtext {
    padding-right: 25px;
    padding-left: 5px;
    float: left;
    font-size: 16px;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;

}

.legendline {
    margin-top: 10px;
    float: left;
}


#PlayStop, #PlayPause {
    height: 40px;
    width: 100px;
    border: none;
    background-color: #206095;
    color: white;
    font-weight: bold;
    text-align: center;
    padding: 7px 0px 3px 0px;
    margin-left: 4px;
    margin-bottom: 20px;
    margin-top: 5px;
    cursor: pointer;
    cursor: hand;
    font-size: 16px;
}

#PlayStop:hover {
    outline: 4px solid orange;
}

#PlayStop:focus {
    outline: 4px solid orange;
}

#PlayPause:hover {
    outline: 4px solid orange;
}

#PlayPause:focus {
    outline: 4px solid orange;
}

#PlayReset {
    height: 30px;
    width: 100px;
    background-color: #206095;
    color: white;
    font-weight: bold;
    text-align: center;
    padding-top: 7px;
    margin-left: 4px;
    margin-bottom: 20px;
    margin-top: 0px;
    cursor: pointer;
    cursor: hand;
}

#PlayReset:hover {
    outline: 4px solid orange;
}

#PlayReset:focus {
    outline: 4px solid orange;
}

#PlayStepF {
    height: 30px;
    width: 30px;
    background-color: #206095;
    color: white;
    font-weight: bold;
    text-align: center;
    padding-top: 7px;
    margin-left: 4px;
    margin-bottom: 20px;
    margin-right: 20px;
    margin-top: 0px;
    cursor: pointer;
    cursor: hand;
}

#PlayStepF:hover {
    outline: 4px solid orange;
}

#PlayStepF:focus {
    outline: 4px solid orange;
}


#PlayStepB {
    height: 30px;
    width: 30px;
    background-color: #206095;
    color: white;
    font-weight: bold;
    text-align: center;
    padding-top: 7px;
    margin-left: 4px;
    margin-bottom: 20px;
    margin-top: 0px;
    cursor: pointer;
    cursor: hand;
}

#PlayStepB:hover {
    outline: 4px solid orange;
}

#PlayStepB:focus {
    outline: 4px solid orange;
}

.domain

/* required. BOTH MUST BE NONE */
    {
    fill: none;
    stroke: none;
}

/* x-axis baseline; not to be confused with centreline. Can consider overlaying this with #centreline */
#graphic .axis path

/* required */
    {
    fill: none;
    stroke: #ccc;
    shape-rendering: crispEdges;
}


#graphic .axis line

/* required */
    {
    fill: none;
    stroke: #ccc;
    shape-rendering: crispEdges;
}

/* y-axis line path */
#graphic .axis.y path

/* required */
    {
    display: none;
}