 .axisRed line {
    stroke: tomato;
}

.axisRed path {
    stroke: tomato;
}

.axisRed text {
    fill: black;
}
.axisBlue line {
    stroke: steelblue;
}

.axisBlue path {
    stroke: steelblue;
}

.axisBlue text {
    fill: black;
}
.axisBlack line {
    stroke: black;
}

.axisBlack path {
    stroke: black;
}

.axisBlack text {
    fill: black;
}
line.gridLine {
    stroke: lightgrey;
}
.tick text {
   font-size: 14px; 
}
.axis text {
   font-size: 14px; 
}
.btn-sq-xs{
  width: 25px !important;
  height: 25px !important;
  padding: 0px;
}
#shift .slider-selection {
  background: #AAAAAA;
}

.slider-selection {
  background: #AAAAAA;
}

.label {
  font-size: 14px;
}
.SVGhidden {
	display: none;
}

div.SVGtooltip {
	background-color: #fff;
	padding: 3px;
	text-shadow: #f5f5f5 0 1px 0;
	font-size: 14px;
	/* font: 15px Helvetica Neue; */
	border: 1.5px solid;
	border-color: black;
	border-radius: 3px;
	opacity: 0.95;
	position: absolute;
	box-shadow: rgba(0, 0, 0, 0.3) 0 2px 10px;
}