﻿.highcharts-legend {
  width: 100%;
}
.highcharts-tooltip div {
  font-weight: 600;
  font-size: 12px;
}
.highcharts-tooltip > span {
  min-height: 36px;
  min-width: 94px;
  padding: 5px;
  text-align: center;
  line-height: 20px;
  border: 1px solid gray;
  background: #ffffff;
  opacity: 0.69;
  -webkit-box-shadow: 1px 6px 15px 5px #403e40;
  -moz-box-shadow: 1px 6px 15px 5px #403e40;
  box-shadow: 1px 6px 15px 5px #403e40;
}
.highcharts-tooltip .series-container {
  text-align: left;
}
.highcharts-tooltip .series-container .serieName {
  font-weight: 600;
  margin-right: 10px;
}
.highcharts-tooltip .series-container .pointY {
  font-weight: 400;
}
.highcharts-tooltip:after {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-color: #000;
  border-width: 5px 5px 0;
}