        #myChart {
            width: 100% !important;
            height: 70vh !important;
        }
                table {
            width: 100%;
            border-collapse: collapse;
        }
        table, th, td {
            border: 1px solid black;
        }
        th, td {
            padding: 15px;
            text-align: left;
        }