.annualreport-line-bar-graph {
	padding: 80px 20px 40px 20px !important;
	margin: 0 auto !important;
}

.line-bar-graph {
    text-align: center;
    font-family: calluna_sans, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.line-bar-graph h2 {
    text-align: center;
    margin-top: 40px;
}

.line-bar-graph .total-bar .low-bar {
    background-color: #025e6e;
}

.line-bar-graph .total-bar .medium-bar {
    background-color: #50c9b5;
}

.line-bar-graph .total-bar .high-bar {
    background-color: #e0684a;
}

.donut-chart svg .nv-pieLabels .nv-label text {
    fill: rgb(255, 255, 255) !important;
    font-size: 10px;
}
