#wft-chart-wrapper {
    position: relative;
    height: 370px;
    width: 1150px;
}

#wft-legend {
    width: 940px;
    margin: 45px auto;
}

#wft-legend ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0px;
    padding: 0px;
}

#wft-legend ul li {
    align-items: center;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    margin-bottom: 11px;
    width: 425px;
    height:29px;
}

#wft-legend ul li p {
    color: rgb(0, 56, 115);
    margin: 0px;
    padding: 0px;
}

@media screen and (max-width: 1299px) {
    #wft-chart-wrapper {
        width: 900px;
    }

    #wft-legend {
        width: 700px;
    }
}

@media screen and (max-width: 991px) {
    #wft-chart-wrapper {
        width: 696px;
    }

    #wft-legend {
        width: 696px;
    }

    #wft-legend ul li {
        width: 340px;
    }
}

@media screen and (max-width: 767px) {
    #wft-chart-wrapper {
        width: 516px;
    }

    #wft-legend {
        width: 516px;
    }

    #wft-legend ul li {
        width: 516px;
    }
}

@media screen and (max-width: 575px) {
    #wft-chart-wrapper {
        width: 100%;
    }

    #wft-legend {
        width: 100%;
    }

    #wft-legend ul li {
        width: 100%;
    }
}