@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: #653052; stroke: #653052; color: #653052; }
.highcharts-color-1 { fill: #f3c669; stroke: #f3c669; color: #f3c669; }

.highcharts-series-0 .highcharts-graph {
	stroke-width: 4px; 
}

/*Formatting the notes in the exported images*/
.tooltip-instruct {
  font-size: 16px;
  text-align: center;
  font-style: italic;
  color: #ff440b;
}

/*Changing the tooltip bullet point colors to match the corresponding series color*/
.highcharts-tooltip span.highcharts-color-0 {
  color: #653052;
}
.highcharts-tooltip span.highcharts-color-1 {
  color: #f3c669;
}