.highcharts-tooltip {
  z-index: 1233322; }
  .highcharts-tooltip h3 {
    font-size: 14px;
    padding: 4px;
    margin: 0;
    text-align: center;
    display: block;
    font-weight: bold; }
  .highcharts-tooltip table tr td {
    padding: 4px; }
    .highcharts-tooltip table tr td:last-child {
      text-align: right; }
    .highcharts-tooltip table tr td:first-child {
      text-align: left; }
    .highcharts-tooltip table tr td.titleMetricCell {
      padding: 8px 4px;
      border-bottom: 1px dotted #ccc;
      font-weight: bold; }

/* Chart Annotations tooltip rule set */
.ba-tooltip-bg {
  display: none; }

.has-annotations g.highcharts-tooltip {
  display: none; }

.has-annotations .highcharts-tooltip h3 {
  position: relative;
  z-index: 1; }

.has-annotations .highcharts-tooltip .ba-tooltip-bg {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: white;
  border: 1px solid #000;
  border-radius: 4px;
  top: 0; }

.has-annotations .highcharts-tooltip .ba-tooltip-tbl {
  margin: 0 15px 13px;
  position: relative;
  z-index: 12; }
