#frame {
  fill: #fff;
}

.dot {
	opacity: 0.8;
}

.axis,
.sliderAxis {
  font: sans-serif;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.sliderAxis .domain {
  fill: none;
  stroke: #000;
  stroke-opacity: .3;
  stroke-width: 10px;
  stroke-linecap: round;
}

.sliderAxis .halo {
  fill: none;
  stroke: #ddd;
  stroke-width: 8px;
  stroke-linecap: round;
}

.sliderAxis text {
	font-size: 15px;
}

.slider .handle {
  fill: #fff;
  stroke: #000;
  stroke-opacity: .5;
  stroke-width: 1.25px;
}

.note-symbol {
  stroke: none;
  fill: #999;
}

.note-symbol.active {
  fill: #000;
}

.axis path,
.axis line {
  fill: none;
  stroke: black;
  shape-rendering: crispEdges;
}

.axis text {
  font-family: sans-serif;
  font-size: 16px;
}

.axis.smallscreen text {
  font-size: 14px;
}

.label {
  font-size: 16px;
}

.label.smallscreen {
  font-size: 14px;
}

#tooltip {
  position: absolute;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.85);
  border-radius: 3px;
  color: #fff;
  padding: 5px 10px;
  width: 280px;
  z-index: 105;
}

#tooltip.smallscreen {
  padding: 3px 6px;
  font-size: 8px;
  line-height: 8px;
  width: 130px !important;
}

#tooltip-year {
  font-size: 0.85em;
  color: #bbb;
}

#tooltip-subtitle {
  color: #bbb;
}

#tooltip-firstline {
  color: #888;
  padding-top: 5px;
  margin-top: 4px;
  border-top: 1px solid #333;
  display: block;
  font-size: 0.95em;
}

#tooltip-secondline,
#tooltip-thirdline,
#tooltip-fourthline {
  color: #888;
  display: block;
  font-size: 0.95em;
}

#click-animation-circle {
  fill: #f00;
}

.link-line {
  stroke: #999;
  stroke-width: 1.5;
  visibility: hidden;
}

#circleavg {
  stroke-width: 2px;
  stroke: #000;
}

.target-legend-box {
  fill: rgba(230, 230, 230, 0.8);
}

.target line {
  stroke: #000;
  stroke-width: 1;
  stroke-dasharray: 5,5;
}

.target-label text {
  font-size: 15px;
  cursor: default;
}

.target-label.smallscreen text {
  font-size: 9px;
  cursor: default;
}

.target-legend-header-text {
  font-weight: bold;
}

.target-legend-body-text {
  font-style: italic;
}