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

#chart-frame {
  width: 680px;
  height: 630px;
}

#chart-main {
  position: relative;
  width: 680px;
  height: 630px;
}


#chart-footer {
  text-align: center;
  padding-bottom: 10px;
  width: 550px;
}


#chart-key-color {
  position: relative;
  height: 110px;
  width: 400px;
  margin-top: 540px;
  margin-left: 115px;
}

.chart-key-color-svg {
  width: 100%;
  height: 100%;
  position: absolute;
}

.chart-key-circle {
  stroke-width: 1;
  stroke: #999;
  stroke-dasharray: 2 2;
  fill: none;
}

#chart-canvas {
  position: absolute;
  width: 680px;
  height: 500px;
  z-index: 0;
  margin-bottom: 10px;
  top:20px;
  left:-100px;
}


.circle-label {
  position: absolute;
  border-top: solid 1px #DDD;
  width: 40px;
}

.circle-label span {
  font-size: 10px;
  color: #999;
  position: absolute;
  display: block;
  left: 45px;
  top: -8px;
  width: 80px;
  z-index: 100;
}

.color-label {
  color: #999;
  fill: #999;
  font-size: 10px;
  z-index: 100;
}


.tooltip {
    position: absolute;
    top: 100px;
    left: 100px;
    -moz-border-radius:3px;
    border-radius: 3px;
    border: 2px solid #DDD;
    background: #fff;
    opacity: 1;
    color: #000;
    padding: 10px;
    width: 300px;
    font-size: 15px;
    z-index: 120;
}

.tooltip p.main {
  font-size: 15px;
  text-align: center;
  padding:0;
  margin:0;
}

hr.tooltip-hr {
  padding:3px 0 0 0;
  margin:3px 0 3px 0;
}
 
.tooltip .title {
    font-size: 20px;
    line-height: 24px;
}
 
.tooltip .name {
  font-weight:bold;
}

