body {
  padding-top: 20px;
}

a, a:visited, a:active {
  color: #444;
}

.container {
  max-width: 1000px;
  max-height: 450px;
  margin: auto;
}

.toolbar_label {
   white-space:nowrap;
}

.btn {
  padding: 5px 5px 5px 5px;
}

.btn-group {
  padding: 0px 0px 0px 10px;
  margin-top: 5px;
}

.btn-secondary:active, .btn-secondary.active, .btn-secondary:hover {
    border: 1px solid rgba(0, 153, 204, 1);
    background: rgba(0, 153, 204, 0.3);
}

.uBar {
  fill: steelblue;
}

.tBar {
  fill: skyblue;
}

.oBar:hover {
  stroke: black;
}

.axis--x path {
  display: none;
}

#floatingTooltip {
  position: absolute;
  top: 100px;
  left: 100px;
  -moz-border-radius:5px;
  border-radius: 5px;
  border: 2px solid #000;
  background: #fff;
  opacity: .9;
  color: black;
  padding: 10px;
  font-size: 12px;
  z-index: 10;
}

.tooltip .heading {
  text-decoration:underline;
}
.tooltip td
{
    padding:0 10px 0 10px;
}

.tooltip td .indent {
    padding: 0px 10px 0px 50px;
}

.footer {
  text-align: center;
  font-size: 13px;
  line-height: 50%;
}