.chart-bwg-legend-swatch {
  stroke: black;
  shape-rendering: crispEdges;
}
.chart-bwg-bar, 
.chart-bwg-legend-swatch.highlight {
  fill: #ff96ca;
}
.chart-bwg-overlay {
  
}
.chart-bwg-line {
  stroke: black;
}
.chart-simple-legend-swatch {
  shape-rendering: crispEdges;
}

.oneyear_control, .forties_control, .lifetime_control {
  padding-left: 0px;
}

.oneyear, .forties, .lifetime {
  padding-right: 0px;
}

/*.oneyear > div,
.forties > div,
.lifetime > div {
  padding-right: 20px;
}

.oneyear_control > div,
.forties_control > div,
.lifetime_control > div {
  padding-left: 20px;
}*/

#guide2 li{
  padding-bottom: 14px;
}

.dot{
  height:10px;
  width: 10px;
  display: inline;
}
.dot circle.first {
  fill: #FF7F0E;
}

.dot circle.second {
  fill: #2CA02C;
}

.circle {
    width:6px;
    height:6px;
    border-radius:250px;
    font-size:50px;
    color:#fff;
    line-height:500px;
    text-align:center;
    background:#FF7F0E;
}