.vega-embed {
  padding-right: 0px !important;
}
.chart-tooltip {
  display: none;
  padding: 8px;
  position: fixed;
  z-index: 1000;
  font-family: sans-serif;
  font-size: 12px;
  border-radius: 3px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 255, 255, 0.95);
  border: 1px solid #d9d9d9;
  color: black;
  text-align: left;
}
.chart-tooltip .tooltip-time {
  font-weight: bold;
  text-align: center;
  display: block;
  width: 100%;
}
.chart-tooltip .tooltip-entry {
  display: block;
  width: 100%;
}
.chart-msg {
  display: none;
  position: absolute;
  right: 20px;
  top: 20px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 4px;
  padding-right: 4px;
  border-radius: 2px;
  background-color: #f2f2f2;
  color: grey;
  font-size: 8;
  font-style: italic;
  opacity: 0.8;
  cursor: grab;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.2);
}
.tooltip-entry .tooltip-legend {
  display: inline-block;
  margin-right: 5px;
  width: 10px;
  height: 10px;
}
.tooltip-entry .tooltip-data {
  display: inline;
  margin-right: 5px;
  float: right;
}
.vgrid-iframe {
  width: 100%;
  border: none;
}
