
        .superlig-table {
            width: 350px;
            height: 600px;
            margin: auto;
            border-collapse: collapse;
            overflow-y: auto;
            display: block;
        }
        .superlig-header {
            padding: 5px;
            text-align: center;
            font-weight: bold;
            color: white;
        }
        table {
            width: 100%;
            margin-top: 5px;
        }
        th, td {
            border: 1px solid #ddd;
            padding: 3px;
            font-size: 12px;
        }
        th {
            background-color: #f4f4f4;
        }
        th, td {
            text-align: left;
        }
        .superlig-table td {
            word-break: break-word;
        }
        .superlig-table td:nth-child(1), .superlig-table th:nth-child(1) {
            width: 5%;
        }
        .superlig-table td:nth-child(2), .superlig-table th:nth-child(2) {
            width: 60%;
        }
        .superlig-table td:nth-child(3), .superlig-table th:nth-child(3),
        .superlig-table td:nth-child(4), .superlig-table th:nth-child(4) {
            width: 15%;
        }
    