@import url('https://code.highcharts.com/6.1.4/css/highcharts.css');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400');
@import url('https://s3.amazonaws.com/jchs-app-source-data/JCHS-highchartrs/src/css/JCHS-highcharts.css');

/* change chart colors here*/
.highcharts-color-0 { fill: #4F7587; stroke: #4F7587; color: #4F7587; }
.highcharts-color-1 { fill: #8EBEE1; stroke: #8EBEE1; color: #8EBEE1; }
.highcharts-color-2 { fill: #7AAB95; stroke: #7AAB95; color: #7AAB95; }
.highcharts-color-3 { fill: #375F52; stroke: #375F52; color: #375F52; }
.highcharts-color-4 { fill: #F3A61E; stroke: #F3A61E; color: #F3A61E; }
.highcharts-color-5 { fill: #F2895F; stroke: #F2895F; color: #F2895F; }

/*Customizing title CSS for subtitle instructions*/
.JCHS-chart__title {
  font-size: 16px;
}

.JCHS-chart__text-annotation {
  font-size: 14px;
  font-weight: bold;
}