@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: #FF4D00; stroke: #FF4D00; color: #FF4D00; }
.highcharts-color-1 { fill: #FFC52F; stroke: #FFC52F; color: #FFC52F; }
.highcharts-color-2 { fill: #00A0DF; stroke: #00A0DF; color: #00A0DF; }
.highcharts-color-3 { fill: #003B71; stroke: #003B71; color: #003B71; }

/*Formatting the notes in the exported images */
.highcharts-subtitle {
  font-size: 8px;
  margin: 5px 5px;
} 

#options_table  {
  vertical-align: middle;
  font-size: 13px;
}

/* MA addition */
.JCHS-chart__export-class .highcharts-legend-title {
  font-size: .9em;
}

.JCHS-chart__export-class .highcharts-legend-item {
  font-size: .8em;
}