@media (max-width: 1024px){
    .mcontent {
        max-width: 97%;
        margin: auto;
    }
    #info {
        width: 100% !important;
        box-sizing: border-box;
    }
    .leaguelist {
        max-width: 100%;
        overflow-x: auto;
        box-sizing: border-box;
    }
    
    .commontable th{
        min-width: 50px;
    }
    .commontable th:first-child {
        max-width: 50px!important;
    }
    .commontable th:nth-child(2) {
        min-width: 80px;
    }

    
    .commontable th:nth-child(3), .commontable td:nth-child(3){
        min-width: 120px;
        position: sticky;
        left: 0;
        /* background-color: #ccc; */
        padding: 0 3px;
        color: #555;
    }
    .commontable th:nth-child(n + 4){
        min-width: 120px;
    }

    /* .commontable th:nth-child(3)
    .commontable td:nth-child(3){
        background-color: #ddd;
    } */

    .sub_menu {
        gap: 2px;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        margin-bottom: 10px;
    }

    .sub_menu.league a {
        border-radius: 0;
        background-color: #F2F2F2;
        color: #5F5F5F;
        font-weight: bold;
    }

    .sub_menu.league a.on {
        color: white;
        background-color: #205C04;
    }

    .sub_menu .leagueseason select {
        margin: 0;
    }

    .commontable th:nth-child(3) {
        text-align: center;
        background-color: var(--table_header);
    }

    .commontable tr:nth-child(odd) td {
        background-color: var(--table_highlight);
    }
    .commontable tr:nth-child(even) td {
        background-color: #fff;
    }
    .dark  .commontable tr:nth-child(even) td {
        
    }
}

@media (max-width: 600px) {
    .commontable td {
        font-size: 10px;
    }

    .commontable tr {
        line-height: 18px;
    }
}