.highcharts-range-selector-buttons > text{
	display: none;
}



/* Define the stop colors */
#gradient-0 stop {
	stop-color: #f6fcfd;
}
#gradient-0 stop[offset="0"] {
	stop-opacity: 0.75;
}
#gradient-0 stop[offset="1"] {
	stop-opacity: 0;
}

.highcharts-color-0 .highcharts-area {
	fill-opacity: 1;
	fill: url(#gradient-0);
}