body {

}

.axis path,
.axis line {
    fill: none;
    stroke: #555;
    shape-rendering: crispEdges;
    z-index:10;
}

.axis text {
    fill: #555;
}

.chartlabel{
    margin-right: 8px;
}


.chartlabels
{
    position:absolute;
    margin-left:70px;
    margin-top:-30px;
}

.chartlabels_pie
{
    position:absolute;
    margin-left:5px;
    margin-top:15px;
}

.chartlabel_hint
{
    height:10px;
    width:10px;
    margin-top:5px;
    margin-right:4px;
    float:left;
}

.grid .tick {
    stroke: #DDD;
    opacity: 0.5;
    z-index:0;
}
.grid path {
    stroke-width: 0;
    z-index:0;
}