.csv {
  display: none;
}
* {
  margin: 0;
  padding: 0;
}
text {
  font: 300 14px/20px 'BWHaasText-65Medium', 'Arial';
}
.y_axis path.domain {
  display: none;
  stroke: #46505a;
}
.y_axis .tick line {
  stroke: #afb9c3;
}
.x_axis path.domain {
  stroke: #afb9c3;
  display: none;
}
.x_axis .tick text {
  text-anchor: middle !important;
}
.x_axis .tick line {
  display: none;
  stroke: #afb9c3;
}
.axis text {
  fill: #87919b;
}
.bgRect {
  fill-opacity: 0;
}
.unitrect {
  fill: #fff;
}
.noteLayer {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.bubbleLayer {
  position: absolute;
  width: 100%;
  height: 100%;
}
.dbub {
  position: absolute;
  z-index: 10;
  padding: 2px 4px 1px;
  display: block;
  font: 700 15px/18px 'BWHaasText-65Medium', 'Arial';
  background-color: rgba(255, 255, 255, 0.85) !important;
  color: #000;
  white-space: nowrap;
  text-align: left;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
.dbub.hidden {
  display: none;
}
.dbub.yValue {
  color: #afb9c3;
  background-color: rgba(0, 0, 0, 0.8);
  font: 900 14px/18px 'BWHaasText-65Medium', 'Arial';
}
.dbub .yeartext {
  color: #87919b !important;
}
.future {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.note {
  font: 300 15px/19px 'BWHaasText-65Medium', 'Arial';
  letter-spacing: 0.85px;
  max-width: 30%;
  position: absolute;
  z-index: 9;
  top: 0px;
  padding: 7px;
  padding: 6px 7px;
  background-color: rgba(255, 255, 255, 0.8);
  color: #2800D7;
  border: 2px solid #555;
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  white-space: normal;
}
.note.hidden {
  display: none;
}
.notenum {
  font: 300 24px/30px 'BWHaasText-65Medium', 'Arial';
}
@media only screen and (max-width: 800px) {
  .note,
  .nPoint {
    display: none !important;
  }
}
.voronoiLayer {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  opacity: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
