#race-chart-coronavirus {
    width: 100%;
    height: 500px;
}

.table-data-toggler-parent {
    background: linear-gradient(180deg, rgba(255,255,255,0), #fff);
    width: 100%;
    margin-top: -5%;
}

#global-table-parent {
    overflow-y: hidden;
    min-height: 500px;
}

#stacked-bar-chart {
    width: 100%;
    height: 200px;
}

@media screen and (max-width: 600px) {
    #race-chart-coronavirus {
        margin-top: 5%;
    }
    #global-table-parent {
        margin-top: 5%;
    }
    #data-race-chart {
        margin-top: 3%;
    }
    #data-global-table {
        margin-top: 3%;
    }
    #romania-map-chart {
        margin-top: 3%;
    }
    #pie-chart-data {
        margin-top: 3%;
    }
    #romania-stacked-bar-chart {
        margin-top: 3%;
    }
}