/* Legend */
.ct-legend {
    position: relative;
    z-index: 10;
    list-style: none;
    text-align: center;
}
.ct-legend li {
    position: relative;
    padding-left: 20px;
    margin-right: 20px;
    margin-bottom: 3px;
    line-height: 12px;
    cursor: pointer;
    display: inline-block;
}
.ct-legend li:before {
    width: 12px;
    height: 12px;
    position: absolute;
    left: 0;
    content: '';
    border: 3px solid transparent;
    border-radius: 2px;
}
.ct-legend li.inactive:before {
    background: transparent;
}
.ct-legend.ct-legend-inside {
    position: absolute;
    top: 0;
    right: 0;
}

.ct-label {
    /*fill: rgba(255,255,255,.85);
    color: rgba(255,255,255,.85);*/
    fill: #BFBFBF;
    color: #BFBFBF;
    font-size: .75rem;
    line-height: 1;
}

/* Axis titles */
.ct-axis-title {
    fill: #8B8B8B;
}