@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');


 #container1 .highcharts-container {
	 position: relative;
	 overflow: hidden;
	 width: 100%;
	 height: 100%;
	 text-align: left;
	 line-height: normal;
	 z-index: 0;
	/* #1072 */
	 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	 font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	 font-size: 12px;
	 user-select: none;
	 touch-action: manipulation;
	 outline: none;
}
 #container1 .highcharts-root {
	 display: block;
}
 #container1 .highcharts-root text {
	 stroke-width: 0;
}
 #container1 .highcharts-strong {
	 font-weight: bold;
}
 #container1 .highcharts-emphasized {
	 font-style: italic;
}
 #container1 .highcharts-anchor {
	 cursor: pointer;
}
 #container1 .highcharts-background {
	 fill: #f6f6f6;
}
 #container1 .highcharts-plot-border, .highcharts-plot-background {
	 fill: none;
}
 #container1 .highcharts-label-box {
	 fill: none;
}
 #container1 .highcharts-button-box {
	 fill: inherit;
}
 #container1 .highcharts-tracker-line {
	 stroke-linejoin: round;
	 stroke: rgba(192, 192, 192, 0.0001);
	 stroke-width: 22;
	 fill: none;
}
 #container1 .highcharts-tracker-area {
	 fill: rgba(192, 192, 192, 0.0001);
	 stroke-width: 0;
}
/* Titles */
 #container1 .highcharts-title {
	 fill: #333;
	 font-size: 1.5em;
	 font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
 #container1 .highcharts-subtitle {
	 fill: #666;
	 font-size: 1em;
	 font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

 #container1 .highcharts-caption {
	 fill: #333;
	 font-size: 12px;
	 font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
/* Axes */
 #container1 .highcharts-axis-line {
	 fill: none;
	 stroke: #ccd6eb;
}
 #container1 .highcharts-yaxis .highcharts-axis-line {
	 stroke-width: 0;
}
 #container1 .highcharts-axis-title {
	 fill: #666;
}
 #container1 .highcharts-axis-labels {
	 fill: #666;
	 cursor: default;
	 font-size: 0.9em;
	 font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
 #container1 .highcharts-grid-line {
	 fill: none;
	 stroke: #e6e6e6;
}
 #container1 .highcharts-xaxis-grid .highcharts-grid-line {
	 stroke-width: 0px;
}
 #container1 .highcharts-tick {
	 stroke: #ccd6eb;
}
 #container1 .highcharts-yaxis .highcharts-tick {
	 stroke-width: 0;
}
 #container1 .highcharts-minor-grid-line {
	 stroke: #f2f2f2;
}
 #container1 .highcharts-crosshair-thin {
	 stroke-width: 1px;
	 stroke: #ccc;
}
 #container1 .highcharts-crosshair-category {
	 stroke: #ccd6eb;
	 stroke-opacity: 0.25;
}
/* Credits */
 #container1 .highcharts-credits {
	 cursor: pointer;
	 fill: #999;
	 font-size: 0.7em;
	 transition: fill 250ms, font-size 250ms;
	 font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
 #container1 .highcharts-credits:hover {
	 fill: black;
	 font-size: 1em;
	 font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
/* Tooltip */
 #container1 .highcharts-tooltip {
	 cursor: default;
	 pointer-events: none;
	 white-space: nowrap;
	 transition: stroke 150ms;
}
 #container1 .highcharts-tooltip text {
	 fill: #333;
	 	 color:#000;
}
 #container1 .highcharts-tooltip .highcharts-header {
	 font-size: 0.85em;
	 font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
 #container1 .highcharts-tooltip-box {
	 stroke-width: 1px;
	 fill: #f7f7f7;
	 fill-opacity: 0.85;
}
 #container1 .highcharts-tooltip-box .highcharts-label-box {
	 fill: #f7f7f7;
	 fill-opacity: 0.85;
	 color:#000;
}
 #container1 div.highcharts-tooltip {
	 filter: none;
}
 #container1 .highcharts-selection-marker {
	 fill: #335cad;
	 fill-opacity: 0.25;
}
 #container1 .highcharts-graph {
	 fill: none;
	 stroke-width: 2px;
	 stroke-linecap: round;
	 stroke-linejoin: round;
}
 #container1 .highcharts-empty-series {
	 stroke-width: 1px;
	 fill: none;
	 stroke: #ccc;
}
 #container1 .highcharts-state-hover .highcharts-graph {
	 stroke-width: 3;
}
 #container1 .highcharts-point-inactive {
	 opacity: 0.2;
	 transition: opacity 50ms;
	/* quick in */
}
 #container1 .highcharts-series-inactive {
	 opacity: 0.2;
	 transition: opacity 50ms;
	/* quick in */
}
 #container1 .highcharts-state-hover path {
	 transition: stroke-width 50ms;
	/* quick in */
}
 #container1 .highcharts-state-normal path {
	 transition: stroke-width 250ms;
	/* slow out */
}
/* Legend hover affects points and series */
 #container1 g.highcharts-series, .highcharts-point, .highcharts-markers, .highcharts-data-labels {
	 transition: opacity 250ms;
}
 #container1 .highcharts-legend-series-active g.highcharts-series:not(.highcharts-series-hover), .highcharts-legend-point-active .highcharts-point:not(.highcharts-point-hover), .highcharts-legend-series-active .highcharts-markers:not(.highcharts-series-hover), .highcharts-legend-series-active .highcharts-data-labels:not(.highcharts-series-hover) {
	 opacity: 0.2;
}
/* Series options */
/* Default colors */
 #container1 .highcharts-color-0{
	 fill: #0095da!important;
	 stroke: #0095da!important;
}
 #container1 .highcharts-color-1{
	 fill: #787779!important;
	 stroke: #787779!important;
}
 #container1 .highcharts-color-2, .highcharts-series-2 {
	 fill: #562a77!important;
	 stroke: #562a77!important;
}
 #container1 .highcharts-color-3{
	 fill: #86754e!important;
	 stroke: #86754e!important;
}
 #container1 .highcharts-color-4 {
	 fill: #48644e!important;
	 stroke: #48644e!important;
}
 #container1 .highcharts-color-5 {
	 fill: #965028!important;
	 stroke: #965028!important;
}
 #container1 .highcharts-color-6{
	 fill: #013f78!important;
	 stroke: #013f78!important;
}

 #container1 .highcharts-color-7{
	 fill: #009455!important;
	 stroke: #009455!important;
}
 #container1 .highcharts-color-8{
	 fill: #5D89B4!important;
	 stroke: #5D89B4!important;
}
 #container1 .highcharts-color-9{
	 fill: #00867C!important;
	 stroke: #00867C!important;
}
 #container1 .highcharts-color-10{
	 fill: #ABA8AA!important;
	 stroke: none !important;
}
  #container1 .highcharts-color-11{
	 fill: #FBAB18!important;
	 stroke: none !important;
	      stroke-width: 0px;
}
 #container1 .highcharts-area {
	 fill-opacity: 0.75;
	 stroke-width: 0;
}
 #container1 .highcharts-markers {
	 stroke-width: 1px;
	 stroke: #fff;
}
 #container1 .highcharts-a11y-markers-hidden .highcharts-point:not(.highcharts-point-hover):not(.highcharts-a11y-marker-visible), .highcharts-a11y-marker-hidden {
	 opacity: 0;
}
 #container1 .highcharts-point {
	 stroke-width: 0px;
}
 #container1 .highcharts-dense-data .highcharts-point {
	 stroke-width: 0;
}
 #container1 .highcharts-data-label {
	 font-size: 0.9em;
	 font-weight: bold;
	 font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
 #container1 .highcharts-data-label-box {
	 fill: none;
	 stroke-width: 0;
}
 #container1 .highcharts-data-label text, text.highcharts-data-label {
	 fill: #333;
}
 #container1 .highcharts-data-label-connector {
	 fill: none;
}
 #container1 .highcharts-data-label-hidden {
	 pointer-events: none;
}
 #container1 .highcharts-halo {
	 fill-opacity: 0.25;
	 stroke-width: 0;
}
 #container1 .highcharts-series:not(.highcharts-pie-series) .highcharts-point-select, .highcharts-markers .highcharts-point-select {
	 fill: #ccc;
	 stroke: #013f78;
}
 #container1 .highcharts-column-series rect.highcharts-point {
	 stroke: #fff;
}
 #container1 .highcharts-column-series .highcharts-point {
	 transition: fill-opacity 250ms;
}
 #container1 .highcharts-column-series .highcharts-point-hover {
	 fill-opacity: 0.75;
	 transition: fill-opacity 50ms;
}
 #container1 .highcharts-pie-series .highcharts-point {
	 stroke-linejoin: round;
	 stroke: #fff;
}
 #container1 .highcharts-pie-series .highcharts-point-hover {
	 fill-opacity: 0.75;
	 transition: fill-opacity 50ms;
}
 #container1 .highcharts-funnel-series .highcharts-point {
	 stroke-linejoin: round;
	 stroke: #fff;
}
 #container1 .highcharts-funnel-series .highcharts-point-hover {
	 fill-opacity: 0.75;
	 transition: fill-opacity 50ms;
}
 #container1 .highcharts-funnel-series .highcharts-point-select {
	 fill: inherit;
	 stroke: inherit;
}
 #container1 .highcharts-pyramid-series .highcharts-point {
	 stroke-linejoin: round;
	 stroke: #fff;
}
 #container1 .highcharts-pyramid-series .highcharts-point-hover {
	 fill-opacity: 0.75;
	 transition: fill-opacity 50ms;
}
 #container1 .highcharts-pyramid-series .highcharts-point-select {
	 fill: inherit;
	 stroke: inherit;
}
 #container1 .highcharts-solidgauge-series .highcharts-point {
	 stroke-width: 0;
}
 #container1 .highcharts-treemap-series .highcharts-point {
	 stroke-width: 1px;
	 stroke: #e6e6e6;
	 transition: stroke 250ms, fill 250ms, fill-opacity 250ms;
}
 #container1 .highcharts-treemap-series .highcharts-point-hover {
	 stroke: #999;
	 transition: stroke 25ms, fill 25ms, fill-opacity 25ms;
}
 #container1 .highcharts-treemap-series .highcharts-above-level {
	 display: none;
}
 #container1 .highcharts-treemap-series .highcharts-internal-node {
	 fill: none;
}
 #container1 .highcharts-treemap-series .highcharts-internal-node-interactive {
	 fill-opacity: 0.15;
	 cursor: pointer;
}
 #container1 .highcharts-treemap-series .highcharts-internal-node-interactive:hover {
	 fill-opacity: 0.75;
}
 #container1 .highcharts-vector-series .highcharts-point {
	 fill: none;
	 stroke-width: 2px;
}
 #container1 .highcharts-windbarb-series .highcharts-point {
	 fill: none;
	 stroke-width: 2px;
}
 #container1 .highcharts-lollipop-stem {
	 stroke: #013f78;
}
 #container1 .highcharts-focus-border {
	 fill: none;
	 stroke-width: 2px;
}
 #container1 .highcharts-legend-item-hidden .highcharts-focus-border {
	 fill: none !important;
}
/* Legend */
 #container1 .highcharts-legend-box {
	 fill: none;
	 stroke-width: 0;
}
 #container1 .highcharts-legend-item > text {
	 fill: #333;
	 font-weight: bold;
	 font-size: 1em;
	 font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	 cursor: pointer;
	 stroke-width: 0;
}
 #container1 .highcharts-legend-item:hover text {
	 fill: #013f78;
}
 #container1 .highcharts-legend-item-hidden * {
	 fill: #ccc !important;
	 stroke: #ccc !important;
	 transition: fill 250ms;
}
 #container1 .highcharts-legend-nav-active {
	 fill: #039;
	 cursor: pointer;
}
 #container1 .highcharts-legend-nav-inactive {
	 fill: #ccc;
}
 #container1 circle.highcharts-legend-nav-active, circle.highcharts-legend-nav-inactive {
	/* tracker */
	 fill: rgba(192, 192, 192, 0.0001);
}
 #container1 .highcharts-legend-title-box {
	 fill: none;
	 stroke-width: 0;
}
/* Bubble legend */
 #container1 .highcharts-bubble-legend-symbol {
	 stroke-width: 2;
	 fill-opacity: 0.5;
}
 #container1 .highcharts-bubble-legend-connectors {
	 stroke-width: 1;
}
 #container1 .highcharts-bubble-legend-labels {
	 fill: #333;
}
/* Loading */
 #container1 .highcharts-loading {
	 position: absolute;
	 background-color: #fff;
	 opacity: 0.5;
	 text-align: center;
	 z-index: 10;
	 transition: opacity 250ms;
}
 #container1 .highcharts-loading-hidden {
	 height: 0 !important;
	 opacity: 0;
	 overflow: hidden;
	 transition: opacity 250ms, height 250ms step-end;
}
 #container1 .highcharts-loading-inner {
	 font-weight: bold;
	 position: relative;
	 top: 45%;
}
/* Plot bands and polar pane backgrounds */
 #container1 .highcharts-plot-band, .highcharts-pane {
	 fill: #013f78;
	 fill-opacity: 0.05;
}
 #container1 .highcharts-plot-line {
	 fill: none;
	 stroke: #999;
	 stroke-width: 1px;
}
/* Highcharts More and modules */
 #container1 .highcharts-boxplot-box {
	 fill: #fff;
}
 #container1 .highcharts-boxplot-median {
	 stroke-width: 2px;
}
 #container1 .highcharts-bubble-series .highcharts-point {
	 fill-opacity: 0.5;
}
 #container1 .highcharts-errorbar-series .highcharts-point {
	 stroke: #013f78;
}
 #container1 .highcharts-gauge-series .highcharts-data-label-box {
	 stroke: #ccc;
	 stroke-width: 1px;
}
 #container1 .highcharts-gauge-series .highcharts-dial {
	 fill: #013f78;
	 stroke-width: 0;
}
 #container1 .highcharts-polygon-series .highcharts-graph {
	 fill: inherit;
	 stroke-width: 0;
}
 #container1 .highcharts-waterfall-series .highcharts-graph {
	 stroke: #333;
	 stroke-dasharray: 1, 3;
}
 #container1 .highcharts-sankey-series .highcharts-point {
	 stroke-width: 0;
}
 #container1 .highcharts-sankey-series .highcharts-link {
	 transition: fill 250ms, fill-opacity 250ms;
	 fill-opacity: 0.5;
}
 #container1 .highcharts-sankey-series .highcharts-point-hover.highcharts-link {
	 transition: fill 50ms, fill-opacity 50ms;
	 fill-opacity: 1;
}
 #container1 .highcharts-venn-series .highcharts-point {
	 fill-opacity: 0.75;
	 stroke: #ccc;
	 transition: stroke 250ms, fill-opacity 250ms;
}
 #container1 .highcharts-venn-series .highcharts-point-hover {
	 fill-opacity: 1;
	 stroke: #ccc;
}
/* Highstock */
 #container1 .highcharts-navigator-mask-outside {
	 fill-opacity: 0;
}
 #container1 .highcharts-navigator-mask-inside {
	 fill: #6685c2;
	/* navigator.maskFill option */
	 fill-opacity: 0.25;
	 cursor: ew-resize;
}
 #container1 .highcharts-navigator-outline {
	 stroke: #ccc;
	 fill: none;
}
 #container1 .highcharts-navigator-handle {
	 stroke: #ccc;
	 fill: #f2f2f2;
	 cursor: ew-resize;
}
 #container1 .highcharts-navigator-series {
	 fill: #335cad;
	 stroke: #335cad;
}
 #container1 .highcharts-navigator-series .highcharts-graph {
	 stroke-width: 1px;
}
 #container1 .highcharts-navigator-series .highcharts-area {
	 fill-opacity: 0.05;
}
 #container1 .highcharts-navigator-xaxis .highcharts-axis-line {
	 stroke-width: 0;
}
 #container1 .highcharts-navigator-xaxis .highcharts-grid-line {
	 stroke-width: 1px;
	 stroke: #e6e6e6;
}
 #container1 .highcharts-navigator-xaxis.highcharts-axis-labels {
	 fill: #999;
}
 #container1 .highcharts-navigator-yaxis .highcharts-grid-line {
	 stroke-width: 0;
}
 #container1 .highcharts-scrollbar-thumb {
	 fill: #ccc;
	 stroke: #ccc;
	 stroke-width: 1px;
}
 #container1 .highcharts-scrollbar-button {
	 fill: #e6e6e6;
	 stroke: #ccc;
	 stroke-width: 1px;
}
 #container1 .highcharts-scrollbar-arrow {
	 fill: #666;
}
 #container1 .highcharts-scrollbar-rifles {
	 stroke: #666;
	 stroke-width: 1px;
}
 #container1 .highcharts-scrollbar-track {
	 fill: #f2f2f2;
	 stroke: #f2f2f2;
	 stroke-width: 1px;
}
 #container1 .highcharts-button {
	 fill: #f7f7f7;
	 stroke: #ccc;
	 cursor: default;
	 stroke-width: 1px;
	 transition: fill 250ms;
}
 #container1 .highcharts-button text {
	 fill: #333;
}
 #container1 .highcharts-button-hover {
	 transition: fill 0ms;
	 fill: #e6e6e6;
	 stroke: #ccc;
}
 #container1 .highcharts-button-hover text {
	 fill: #333;
}
 #container1 .highcharts-button-pressed {
	 font-weight: bold;
	 fill: #e6ebf5;
	 stroke: #ccc;
}
 #container1 .highcharts-button-pressed text {
	 fill: #333;
	 font-weight: bold;
}
 #container1 .highcharts-button-disabled text {
	 fill: #333;
}
 #container1 .highcharts-range-selector-buttons .highcharts-button {
	 stroke-width: 0px;
}
 #container1 .highcharts-range-label rect {
	 fill: none;
}
 #container1 .highcharts-range-label text {
	 fill: #666;
}
 #container1 .highcharts-range-input rect {
	 fill: none;
}
 #container1 .highcharts-range-input text {
	 fill: #333;
}
 #container1 .highcharts-range-input {
	 stroke-width: 1px;
	 stroke: #ccc;
}
 #container1 input.highcharts-range-selector {
	 position: absolute;
	 border: 0;
	 width: 1px;
	/* Chrome needs a pixel to see it */
	 height: 1px;
	 padding: 0;
	 text-align: center;
	 left: -9em;
	/* #4798 */
}
 #container1 .highcharts-crosshair-label text {
	 fill: #fff;
	 font-size: 1.1em;
	 font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
 #container1 .highcharts-crosshair-label .highcharts-label-box {
	 fill: inherit;
}
 #container1 .highcharts-candlestick-series .highcharts-point {
	 stroke: #013f78;
	 stroke-width: 1px;
}
 #container1 .highcharts-candlestick-series .highcharts-point-up {
	 fill: #fff;
}
 #container1 .highcharts-hollowcandlestick-series .highcharts-point-down {
	 fill: #f21313;
	 stroke: #f21313;
}
 #container1 .highcharts-hollowcandlestick-series .highcharts-point-down-bearish-up {
	 fill: #06b535;
	 stroke: #06b535;
}
 #container1 .highcharts-hollowcandlestick-series .highcharts-point-up {
	 fill: transparent;
	 stroke: #06b535;
}
 #container1 .highcharts-ohlc-series .highcharts-point-hover {
	 stroke-width: 3px;
}
 #container1 .highcharts-flags-series .highcharts-point .highcharts-label-box {
	 stroke: #999;
	 fill: #fff;
	 transition: fill 250ms;
}
 #container1 .highcharts-flags-series .highcharts-point-hover .highcharts-label-box {
	 stroke: #013f78;
	 fill: #ccd6eb;
}
 #container1 .highcharts-flags-series .highcharts-point text {
	 fill: #013f78;
	 font-size: 0.9em;
	 font-weight: bold;
}
/* Highcharts Maps */
 #container1 .highcharts-map-series .highcharts-point {
	 transition: fill 500ms, fill-opacity 500ms, stroke-width 250ms;
	 stroke: #ccc;
	 stroke-width: inherit;
}
 #container1 .highcharts-map-series .highcharts-point-hover {
	 transition: fill 0ms, fill-opacity 0ms;
	 fill-opacity: 0.5;
}
 #container1 .highcharts-mapline-series .highcharts-point {
	 fill: none;
}
 #container1 .highcharts-heatmap-series .highcharts-point {
	 stroke-width: 0;
}
 #container1 .highcharts-map-navigation {
	 font-size: 1.3em;
	 font-weight: bold;
	 text-align: center;
	 font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
 #container1 .highcharts-mapview-inset-border {
	 stroke: #ccc;
	 stroke-width: 1px;
	 fill: none;
}
 #container1 .highcharts-coloraxis {
	 stroke-width: 0;
}
 #container1 .highcharts-coloraxis-marker {
	 fill: #999;
}
 #container1 .highcharts-null-point {
	 fill: #f7f7f7;
}
/* 3d charts */
 #container1 .highcharts-3d-frame {
	 fill: transparent;
}
/* Exporting module */
  #container1 .highcharts-contextbutton {
	 fill: #fff;
	/* needed to capture hover */
	 stroke: none;
	 stroke-linecap: round;
}
 #container1 .highcharts-contextbutton:hover {
	 fill: #e6e6e6;
	 stroke: #e6e6e6;
}
 #container1 .highcharts-button-symbol {
	 stroke: #666;
	 stroke-width: 3px;
}
 #container1 .highcharts-menu {
	 border: 1px solid #999;
	 background: #fff;
	 padding: 5px 0;
	 box-shadow: 3px 3px 10px #888;
}
 #container1 .highcharts-menu-item {
	 padding: 0.5em 1em;
	 background: none;
	 color: #333;
	 cursor: pointer;
	 transition: background 250ms, color 250ms;
}
 #container1 .highcharts-menu-item:hover {
	 background: #335cad;
	 color: #fff;
}
/* Breadcrumbs */
 #container1 .highcharts-breadcrumbs-button {
	 fill: none;
	 stroke-width: 0;
	 cursor: pointer;
}
 #container1 .highcharts-breadcrumbs-separator {
	 fill: #666;
}
/* Drilldown module */
 #container1 .highcharts-drilldown-point {
	 cursor: pointer;
}
 #container1 .highcharts-drilldown-data-label text, text.highcharts-drilldown-data-label, .highcharts-drilldown-axis-label {
	 cursor: pointer;
	 fill: #039;
	 font-weight: bold;
	 text-decoration: underline;
	 font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
/* No-data module */
 #container1 .highcharts-no-data text {
	 font-weight: bold;
	 font-size: 12px;
	 font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	 fill: #666;
}
/* Drag-panes module */
 #container1 .highcharts-axis-resizer {
	 cursor: ns-resize;
	 stroke: black;
	 stroke-width: 2px;
}
/* Bullet type series */
 #container1 .highcharts-bullet-target {
	 stroke-width: 0;
}
/* Lineargauge type series */
 #container1 .highcharts-lineargauge-target {
	 stroke-width: 1px;
	 stroke: #333;
}
 #container1 .highcharts-lineargauge-target-line {
	 stroke-width: 1px;
	 stroke: #333;
}
/* Annotations module */
 #container1 .highcharts-annotation-label-box {
	 stroke-width: 1px;
	 stroke: #013f78;
	 fill: #013f78;
	 fill-opacity: 0.75;
}
 #container1 .highcharts-annotation-label text {
	 fill: #e6e6e6;
}
/* A11y module */
 #container1 .highcharts-a11y-proxy-button {
	 border-width: 0;
	 background-color: transparent;
	 cursor: pointer;
	 outline: none;
	 opacity: 0.001;
	 z-index: 999;
	 overflow: hidden;
	 padding: 0;
	 margin: 0;
	 display: block;
	 position: absolute;
}
 #container1 .highcharts-a11y-proxy-group li {
	 list-style: none;
}
 #container1 .highcharts-visually-hidden {
	 position: absolute;
	 width: 1px;
	 height: 1px;
	 overflow: hidden;
	 white-space: nowrap;
	 clip: rect(1px, 1px, 1px, 1px);
	 margin-top: -3px;
	 opacity: 0.01;
}
 #container1 .highcharts-a11y-invisible {
	 visibility: hidden;
}
 #container1 .highcharts-a11y-proxy-container, .highcharts-a11y-proxy-container-before, .highcharts-a11y-proxy-container-after {
	 position: absolute;
	 white-space: nowrap;
}
 #container1 g.highcharts-series, .highcharts-markers, .highcharts-point {
	 outline: none;
}
/* Gantt */
 #container1 .highcharts-treegrid-node-collapsed, .highcharts-treegrid-node-expanded {
	 cursor: pointer;
}
 #container1 .highcharts-point-connecting-path {
	 fill: none;
}
 #container1 .highcharts-grid-axis .highcharts-tick {
	 stroke-width: 1px;
}
 #container1 .highcharts-grid-axis .highcharts-axis-line {
	 stroke-width: 1px;
}
 