.clear {
  clear: both;
}

.toolTip {
  position: absolute;
  opacity: 0;
  min-width: 60px;
  height: auto;
  background: none repeat scroll 0 0 #ffffff;
  border: none;
  padding: 12px;
  border-radius: 4px;
  text-align: center;
  border: 0.5px solid #232B2B;
}

#hoverDiv {
  font-size: 1.5em;
  float: left;
  height: 20px
}

a:hover {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal
}

.linesAxis text {
  opacity: .5
}

.line {
  fill: none;
  stroke-width: 3px;
}

.legendOff {
  font: 12px sans-serif;
  text-anchor: start;
  cursor: pointer;
  font-weight: normal;
  text-decoration: none;
}

.legendOn {
  font: 12px sans-serif;
  text-anchor: start;
  cursor: pointer;
  font-weight: bold;
  text-decoration: underline;
}

.rmTooltip {
  border-radius: 2px;
  border: none;
  background-color: black;
}

.container, .jumbotron, .jumbotron-fluid, .container-fluid, .border {
  padding: 20px;
  margin-bottom: 20px;
  overflow: auto;
}

.container {
  background-color: white
}

input, .input-group {
  margin-bottom: 2px;
}

input[type="radio"], input[type="checkbox"] {
  margin-right: 10px;
}

/*
.arc text {
  font: 14px sans-serif;
  text-anchor: middle;
}

.arc path {
  stroke: #fff;
}
*/