.gridster-charts-panel-container {
  height: calc(100% + 80px);
}
.gridster-charts-panel-container .gridster {
  width: 100%;
}
.gridster-charts-panel-container .gridster ul {
  width: 100%;
}
.gridster-charts-panel-container .gridster ul li .grid-widget-header {
  position: relative;
  margin-top: 5px;
  padding: 12px 0 11px 1rem;
}
.gridster-charts-panel-container .gridster ul li .grid-widget-header .grid-chart-control {
  padding: 12px 0 11px;
  height: 100%;
  width: 30px;
  text-align: center;
  color: var(--vscode-input-placeholderForeground);
}
.gridster-charts-panel-container .gridster ul li .grid-widget-header .grid-chart-control:hover {
  background: var(--vscode-toolbar-hoverBackground);
}
.gridster-charts-panel-container .gridster ul li .grid-widget-header .grid-chart-control:nth-of-type(3) {
  right: 55px;
  width: 28px;
}
.gridster-charts-panel-container .gridster ul li .grid-widget-header .grid-chart-control:nth-of-type(4) {
  right: 80px;
}
.gridster-charts-panel-container .gridster ul li .grid-widget-header .grid-chart-control:nth-of-type(5) {
  right: 110px;
}
.gridster-charts-panel-container .gridster ul li .grid-widget-header .fa-times {
  padding: 12px 0 11px;
  height: 100%;
  text-align: center;
  width: 30px;
}
.gridster-charts-panel-container .gridster ul li .grid-widget-header .fa-times:hover {
  background: var(--vscode-toolbar-hoverBackground);
}
.gridster-charts-panel-container .gridster ul li .grid-widget-header .fa-times:before {
  content: "X";
  font-weight: 300;
  font-style: normal;
  color: var(--vscode-input-placeholderForeground);
}
.gridster-charts-panel-container .gridster ul li .grid-widget-chart {
  height: calc(100% - 39px);
}
.gridster-charts-panel-container .gridster ul li .gs-resize-handle-both {
  bottom: -28px;
}/*# sourceMappingURL=grid-panel-style.css.map */