@media (max-width: 720px) {
    #live table[state-run="true"] td.odds-title,
    #live table[state-run="true"] td:is(.otOdds, .ouOdds, .handOdds) {
        display: none;
    }
    #live
        .scoretitle
        td:not(:nth-child(n + 2):nth-child(-n + 7)) {
        min-width: 50px;
    }
    #live
        .scoretitle
        td:nth-child(n + 2):nth-child(-n + 7) {
        min-width: 25px;
    }

    #live
        table[state-run="false"]
        .scoretitle
        td:nth-child(n + 2):nth-child(-n + 7),
    #live
        table[state-run="false"]
        .b1[id^="tr2_"]
        td:nth-child(n + 3):nth-child(-n + 8),
    #live
        table[state-run="false"]
        .b1[id^="tr1_"]
        td:nth-child(n + 2):nth-child(-n + 7) {
        display: none;
        /* background-color: red; */
    }


    #live table[state-run="true"] tr.scoretitle td:first-child span:first-child{
        padding-top: 3px;
        display: block;
        width: 100%;
    }

    #live table .b1[id^="tr2_"] td:last-child {
        max-width: 60px;
    }
    

    #live table .b1[id^="tr2_"] td:last-child .iconbox {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    #live table .b1[id^="tr2_"] td:last-child .iconbox span {
    }

    #live table .b1[id^="tr2_"] td:nth-child(2),
    #live table .b1[id^="tr1_"] td:first-child {
        max-width: 55px;
    }
    #live table .b1[id^="tr2_"] td:nth-child(2) a,
    #live table .b1[id^="tr1_"] td:first-child a {
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: block;
    }
    /* #live table td {
        white-space: nowrap;
    } */
}
