article {
  overflow: visible;
}

.tabs dd>a, .tabs .tab-title>a {
  outline: none;
}

.menu {
  margin: 0 0 20px;
}

.y.axis path {
  display: none;
}

.x.axis path {
  stroke-width: 0.2;
}

.axis g:nth-child(even) path, 
.axis g:nth-child(even) line {
  fill: none;
  stroke: #696997;
  stroke-dasharray: 5,3;
  stroke-width: 0.2;
}

.circle {
  /*stroke: black;*/
  /*stroke-width: 1;*/
}

#chart {
  /*position: relative;*/
}

#tooltip {
  position: absolute;
  width: 282px;
  height: auto;
  padding: 10px;
  background-color: white;
  border: #000 solid 1px;

  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;

  -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
     -moz-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
          box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);

  pointer-events: none;

  font: 0.8125rem/1rem Arial, "Helvetica Neue", Helvetica, sans-serif;
  margin: 0;
}

#tooltip:after {
  content: " ";
  position: absolute;
  left: -9px;
  top: 31px;
  width: 0; 
  height: 0; 
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent; 
  
  border-right:10px solid #fff;
}

#tooltip:before {
  content: " ";
  position: absolute;
  left: -10px;
  top: 31px;
  width: 0; 
  height: 0; 
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent; 
  
  border-right:10px solid #000;
}

#tooltip.hidden {
  display: none;
}

#tooltip h1 {
  font: bold 0.9375rem/1rem 'OgloboCondensed',Arial,sans-serif;
  margin: 0 0 8px;
}


.tooltip-row {
  margin: 0 0 3px;
  overflow: hidden;
  clear: both;
}

.tooltip-row .label {
  width: 130px;
  text-align: right;
  float: left;
  font-size: 0.75rem;
  /*background: #005E97;*/
  background: #fff;
  color: #000;
  line-height: 1rem;
  padding: 0 5px 0 0;
}

.tooltip-row .content {
  padding-left: 5px;
  float: right;
  width: 130px;
  text-align: left;
}

.menu {
  height: 60px;
}

.menu ul {
  margin: 0 auto;
  max-width: 535px;
}

.menu li {
  text-transform: none;
}

.menu li:hover,
.menu li a:hover {
  color: #000;
}

#chart svg {
  display: block;
  margin: 0 auto;
}

#chart {
  text-align: center;
}