﻿/* Normal desktop :1366px. */
@media (min-width: 1170px) and (max-width: 1400px) {
}


/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1169px) {
}


/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
}


/* small mobile :320px. */
@media (max-width: 767px) {
    .doughnut {
        height: auto;
        display: block;
        align-items: center;
    }

    #legend {
        margin-left: 0;
        margin-top: 0;
        width: 100%;
        padding-left: 0;
    }
}
/* Large Mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .doughnut {
        height: auto;
        display: block;
        align-items: center;
    }

    #legend {
        margin-left: 0;
        margin-top: 0;
        width: 100%;
        padding-left: 0;
    }
}

@media only screen and (min-width: 400px) and (max-width: 480px) {
    .doughnut {
        height: auto;
        display: block;
        align-items: center;
    }

    #legend {
        margin-left: 0;
        margin-top: 0;
        width: 100%;
        padding-left: 0;
    }
}

@media only screen and (min-width: 260px) and (max-width: 360px) {
    .doughnut {
        height: auto;
        display: block;
        align-items: center;
    }

    #legend {
        margin-left: 0;
        margin-top: 0;
        width: 100%;
        padding-left: 0;
    }
}

@media only screen and (min-width: 360px) and (max-width: 368px) {
    .doughnut {
        height: auto;
        display: block;
        align-items: center;
    }

    #legend {
        margin-left: 0;
        margin-top: 0;
        width: 100%;
        padding-left: 0;
    }
}

@media only screen and (min-width: 375px) and (max-width: 380px) {
    .doughnut {
        height: auto;
        display: block;
        align-items: center;
    }

    #legend {
        margin-left: 0;
        margin-top: 0;
        width: 100%;
        padding-left: 0;
    }
}

@media only screen and (min-width: 368px) and (max-width: 374px) {
    .doughnut {
        height: auto;
        display: block;
        align-items: center;
    }

    #legend {
        margin-left: 0;
        margin-top: 0;
        width: 100%;
        padding-left: 0;
    }
}
