.td-logo-team{
    display: none;
}
.league-responsive .td-home a, .league-responsive .td-away a{
    color: #333333;
    font-size: 12px;
}
@media only screen and (max-width: 1024px) {
    html body #info #i_main .info_title .info_title_left .selectbox{
        margin-right: 0;
        flex-wrap: wrap;
        width: 100%;
    }
    html body #info #i_main .data.page-schedule.league-responsive  .tdsolid #Table3 tbody,
    html body #info #i_main .data.page-schedule.league-responsive  .tdsolid #Table3,
    html body #info #i_main .league-responsive  .tdsolid #Table3 tbody,
    html body #info #i_main .league-responsive  .tdsolid #Table3{
        display: block;
    }

    html body #info #i_main .data.page-schedule.league-responsive  .tdsolid #Table3 .h-34,
    html body #info #i_main .data.page-schedule.league-responsive  .tdsolid #Table3 .first-tr,
    html body #info #i_main .league-responsive  .tdsolid #Table3 .h-34,
    html body #info #i_main .league-responsive  .tdsolid #Table3 .first-tr{
        display: none;
    }
    html body #info #i_main .data.page-schedule.league-responsive  .tdsolid #Table3 tr,
    html body #info #i_main .league-responsive  .tdsolid #Table3 tr{
        display: flex;
        flex-wrap: wrap;
        position: relative;
        height: auto;
        line-height: initial;
        padding: 27px 6px 6px 6px;
        justify-content: space-between;
        box-sizing: border-box;
    }
    html body #info #i_main .data.page-schedule.league-responsive  .tdsolid #Table3 tr.tr-des,
    html body #info #i_main .data.page-schedule.league-responsive  .tdsolid #Table3 tr.bg-oyellow,
    html body #info #i_main .league-responsive  .tdsolid #Table3 tr.tr-des,
    html body #info #i_main .league-responsive  .tdsolid #Table3 tr.bg-oyellow{
        padding-top: 6px;
        justify-content: center;
    }
    html body #info #i_main .league-responsive  .tdsolid #Table3 tr *{
        box-sizing: border-box;
    }

    html body #info #i_main .league-responsive  .tdsolid #Table3 tr td{
        box-sizing: border-box;
    }
    .league-responsive{
        position: relative;
        z-index: 0;
    }
    .league-responsive #showRound{
        overflow-x: auto;
    }
    .league-responsive .box-des-content{
        position: relative;
    }
    .league-responsive .box-des-content::before{
        content: attr(data-before-content);
        position: absolute;
        left: 6px;
        top: 9px;
        color: #717171;
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .league-responsive td[name="timeData"],
    .league-responsive .td-sche,
    .league-responsive .match-time {
        position: absolute;
        bottom: 40px;
        font-size: 10px !important;
        font-style: normal;
        font-weight: 400;
        line-height: 16px;
    }
    .league-responsive .match-time{
        bottom: 45px;
    }
    .league-responsive .tr-des td{
        width: 100%;
    }
    .league-responsive .td-detail{
        position: absolute;
        right: 0;
        top: 0;
    }
    .league-responsive .td-round{
        position: absolute !important;
        left: 8px !important;
        top: 7px !important;
    }
    .league-responsive td[name="timeData"]{
        right: 50%;
        margin-right: -55px;
    }

    .league-responsive .match-time{
        right: 50%;
        margin-right: -40px;
    }
    .league-responsive .td-sche{
        left: 50%;
        margin-left: 40px;
    }
    .league-responsive .td-sche .red{
        border-left: 1px solid #DCDCDC;
        padding-left: 6px;
    }
    .league-responsive .td-home{
        padding-right: 0;
        text-align: right;
    }
    .league-responsive .td-home,
    .league-responsive .td-away{
        display: flex;
        justify-content: right;
        width: calc(50% - 32px);
    }
    .league-responsive td td .team-name{
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        line-clamp: 1;
        -webkit-box-orient: vertical;
    }
    .league-responsive .outteam img{
        vertical-align: top;
    }
    .league-responsive .outteam,
    .second-version .league-responsive .outteam{
        align-items: center;
    }
    .league-responsive .td-home a,
    .league-responsive .td-away a{
        color: #333333;
        font-size: 12px;
        display: flex;
        flex-wrap: nowrap;
    }
    .league-responsive .td-away{
        justify-content: left;
        padding-left: 0;
        text-align: left;
    }
    html body #info #i_main .league-responsive  .tdsolid #Table3 tr  .td-sche font{
        font-size: 12px;
    }
    .league-responsive .td-odds{
        width: calc(33.33% - 6px);
        margin-top: 30px;
        padding: 0 !important;
        margin-left: 3px;
        margin-right: 3px;
        background-color: var(--yellow30);
        height: 30px;
        font-size: 12px;
        line-height: 30px;
        font-style: normal;
        font-weight: 600;
        color: var(--MonotoneGrey-900, #070F03);
    }
    .league-responsive .td-odds .tocolor{
        width: 100%;
        height: 30px !important;
    }
    .data-sync .league-responsive #Table3 tr td .box-set{
        width: 100% !important;
        height: 30px !important;
        font-size: 12px  !important;
        line-height: 30px  !important;
        font-style: normal;
        font-weight: 600;
        justify-content: center;
    }
    .main-content .league-responsive #Table3 tr td .box-set *{
        font-size: 12px !important;
    }
    .league-responsive .td-detail a{
        cursor: pointer;
    }
    .league-responsive .td-logo-team{
        vertical-align: top;
        display: inline-block;
        width: 16px;
        height: auto;
        
    }
}