
    .ct-chart {
        position: relative;
        margin-top: 20px;
    }
    .ct-legend {
        position: absolute;
        list-style: none;
        top: -35px;
        left: 30px;
    }
    .ct-legend li {
        position: relative;
        padding-left: 23px;
        margin-bottom: 3px;
        cursor: pointer;
        margin-right: 25px;
        float: left;
    }
    .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-legend .ct-series-0:before {
        background-color: #d70206;
        border-color: #d70206;
    }
    .ct-legend .ct-series-1:before {
        background-color: #f4c63d;
        border-color: #f4c63d;
    }
    .ct-legend .ct-series-2:before {
        background-color: #f05b4f;
        border-color: #f05b4f;
    }
    .ct-legend .ct-series-3:before {
        background-color: #d17905;
        border-color: #d17905;
    }
    .ct-legend .ct-series-4:before {
        background-color: #453d3f;
        border-color: #453d3f;
    }
    .ct-legend .ct-series-5:before {
        background-color: #59922b;
        border-color: #59922b;
    }
    
    .ct-label.ct-horizontal.ct-end {
        /* text-align: center; */
        display: inline-block;
    }

    .ct-legend.ct-legend-inside.legend-vert-top-left {
        top: -25px;
        left: -80px;
        width: 100px;
    }

    .ct-legend.ct-legend-inside.legend-vert-top-left li, .ct-legend.ct-legend-inside.legend-vert-bottom-left li {
        float: none;
        margin: 5px 0px;
    }

    .ct-legend.ct-legend-inside.legend-vert-bottom-left {
        top: 45px;
        left: -80px;
        width: 100px;
    }

    .ct-legend.ct-legend-small {
        left: 0;
    }

    .ct-legend.ct-legend-small li {
        font-size: 11px;
        margin-right: 10px;
        padding-left: 18px;
    }
    .ct-legend li:before {
        width: 9px;
        height: 9px;
    }
