.ct-legend {
    position: relative;
    z-index: 10;
    list-style-type: square;
}

.ct-legend li {
    font-weight: bold;
    position: relative;
    padding-left: 23px;
    margin-bottom: 3px;
}

.ct-legend li:before {
    width: 12px;
    height: 12px;
    position: absolute;
    left: 0;
    content: '';
    border: 3px solid transparent;
    border-radius: 2px;
}

.ct-legend.ct-legend-inside {
    position: absolute;
    top: 0;
    right: 0;
}

.ct-legend .ct-series-0 {
    color: #d70206;
}

.ct-legend .ct-series-1 {
    color: #021bd4;
}

.ct-legend .ct-series-2 {
    color: #e3c505;
}

.ct-legend .ct-series-3 {
    color: #1c854b;
}

.ct-legend .ct-series-4 {
    color: #5e1c85;
}

.ct-legend .ct-series-5 {
    color: #16f5e2;
}

.ct-legend .ct-series-6 {
    color: #f58216;
}

.ct-legend.ct-series-7 {
    color: #000000;
}

.ct-legend .ct-series-8 {
    color: #f2a0d8;
}

.ct-legend .ct-series-9 {
    color: #00ff00;
}

.ct-legend .ct-series-10 {
    color: #b8b8b8;
}

.ct-legend .ct-series-11 {
    color: #753131;
}

.ct-legend .ct-series-12 {
    color: #470085;
}

.ct-legend .ct-series-13 {
    color: #57dbff;
}

.ct-legend .ct-series-14 {
    color: #ffff00;
}
