Highcharts.theme={colors:["#004E5C","#417987","#9FBDC6","#D9E5E8","#584F4D","#A7A19F","#CFC7BD","#E5E0DA","F1EDE9","#C11933","#D2645C","#EAB4A9","#F6E1DB"],chart:{backgroundColor:'#fff',borderColor:'#fff',borderWidth:0,className:'default-chart',plotBackgroundColor:'#F4F4F1',plotBorderColor:'#ffffff',plotBorderWidth:0,renderTo:'container',defaultSeriesType:'line'},title:{style:{color:'#584F4D',font:'bold 14px Arial, sans-serif'}},subtitle:{style:{color:'#584F4D',font:'bold 12px Arial, sans-serif;'}},xAxis:{gridLineColor:'#333333',gridLineWidth:0,labels:{style:{color:'#A0A0A0'}},lineColor:'#A0A0A0',tickColor:'#A0A0A0',title:{style:{color:'#666666',fontWeight:'bold',fontSize:'12px',fontFamily:'Arial, sans-serif'}}},yAxis:{gridLineColor:'#808080',labels:{style:{color:'#A0A0A0'}},lineColor:'#A0A0A0',minorTickInterval:null,tickColor:'#A0A0A0',tickWidth:1,title:{style:{color:'#666666',fontWeight:'bold',fontSize:'12px',fontFamily:'Arial, sans-serif'}}},tooltip:{formatter:function(){return'<b>'+this.series.name+'</b><br/>'+this.x+': '+this.y+'°C';},backgroundColor:'#B72731',borderRadius:2,borderColor:'#D2645C',borderWidth:1,shadow:false,style:{padding:5,color:'#fff'}},toolbar:{itemStyle:{color:'silver'}},plotOptions:{line:{dataLabels:{color:'#CCC'},marker:{lineColor:'#333'}},spline:{marker:{lineColor:'#333'}},scatter:{marker:{lineColor:'#333'}}},legend:{itemStyle:{color:'#A7A19F',fontFamily:'Arial, sans-serif'},itemHoverStyle:{color:'#B72731'},itemHiddenStyle:{color:'#E5E0DA'}},credits:{style:{color:'#808080'},enabled:true,text:'© Nuffield Trust',url:'http://www.nuffieldtrust.org.uk'},labels:{style:{color:'#808080'}},navigation:{buttonOptions:{backgroundColor:{linearGradient:[0,0,0,20],stops:[[0.4,'#006073'],[0.6,'#006073']]},borderColor:'#00363F',hoverBorderColor:'#00363F',symbolStroke:'#00363F',hoverSymbolStroke:'#FFFFFF'}},exporting:{buttons:{exportButton:{symbolFill:'#cccccc'},printButton:{symbolFill:'#cccccc'}}},legendBackgroundColor:'rgba(0, 0, 0, 0.5)',legendBackgroundColorSolid:'rgb(0, 78, 92)',dataLabelsColor:'#666',textColor:'#C0C0C0',maskColor:'rgba(255,255,255,0.3)'};Highcharts.setOptions(Highcharts.theme);
