#scrollIframe #fake_iframeFixture .team-name {
    padding: 0;
    display: inline-block;
}

#scrollIframe #fake_iframeFixture .analyze-icon {
    pointer-events: none;
}

#scrollIframe #fake_iframeFixture .new-home-tr td:nth-child(5),
#scrollIframe #fake_iframeFixture .new-home-tr td:nth-child(6),
#scrollIframe #fake_iframeFixture .new-home-tr td:nth-child(7),
#scrollIframe #fake_iframeFixture .new-home-tr td:nth-child(9) {
    pointer-events: none;
}

.ttd {
    font-weight: bold
}

#scrollIframe #fixture_iframe .team-name {
    padding: 0;
    display: inline-block;
}

#scrollIframe #fixture_iframe .analyze-icon {
    pointer-events: none;
}

#scrollIframe #fixture_iframe .new-home-tr td:nth-child(5),
#scrollIframe #fixture_iframe .new-home-tr td:nth-child(6),
#scrollIframe #fixture_iframe .new-home-tr td:nth-child(7),
#scrollIframe #fixture_iframe .new-home-tr td:nth-child(9) {
    pointer-events: none;
}

#scrollIframe #fixture_iframe .Detail-icon {
    pointer-events: none;
}

.wrap-rank-iframe #info.vue #main {
    gap: 0 !important;
}

.league-layout {
    padding-top: 12px;
    background-color: #e5e5e5;
}

#scrollIframe .data-sync #Table3 tr td:nth-child(1) {
    padding-left: 5px;
}

#scrollIframe .top-nav-vuejs {
    margin-bottom: 0 !important;
    padding: 0 10px;
    background-color: #e5e5e5;
}

#scrollIframe .top-nav-vuejs {
    padding-bottom: 12px !important;
}

#scrollIframe.wrap-iframe.fixture-iframe {
    padding-top: 15px;
}

#scrollIframe.fixture-iframe #mintable {
    overflow-y: auto;
    max-height: 1000px;
    min-height: 500px;
}

#scrollIframe.fixture-iframe #fake_iframeFixture #mintable {
    overflow-y: auto;
    max-height: 800px;
    min-height: 500px;
}

#scrollIframe.fixture-iframe #mintable::-webkit-scrollbar-track {
    background-color: #DDDDDD;
}

#scrollIframe.fixture-iframe #mintable::-webkit-scrollbar {
    width: 8px;
}

#scrollIframe.fixture-iframe #mintable::-webkit-scrollbar-thumb {
    background-color: #A2A2A2;
    border: 2px solid #DDDDDD;
    border-radius: 30px;
    overflow: hidden;
}

#scrollIframe.fixture-iframe #table_live tr.tds td {
    border-top: 2px solid #f0f0f0;
    font-size: unset;
    vertical-align: middle;
    border-left: none;
    border-right: none;
    line-height: normal;
    color: #222;
}

#scrollIframe.fixture-iframe .mcontent {
    margin-top: 0;
}

#scrollIframe #fake_iframeFixture #min {
    background-color: #f0f8ff00 !important;
}

#scrollIframe #fake_iframeFixture #min .match-box {
    padding: 7px;
    margin-bottom: 12px;
}

#scrollIframe #fake_iframeFixture #min .match-box .LGname {
    margin-left: 5px;
}

#scrollIframe #fake_iframeFixture .date-picker .timeBox-desktop {
    padding: 0;
    margin: 0;
}

#scrollIframe #fake_iframeFixture #tools .new-home {
    padding: 0;
    margin: 0;
}

#scrollIframe #fixture_iframe #min {
    background-color: #f0f8ff00 !important;
}

#scrollIframe #fixture_iframe #min .match-box {
    padding: 7px;
    margin-bottom: 12px;
}

#scrollIframe #fixture_iframe #min .match-box .LGname {
    margin-left: 5px;
}

#scrollIframe #fixture_iframe .date-picker .timeBox-desktop {
    padding: 0;
    margin: 0;
}

#scrollIframe #fixture_iframe #tools .new-home {
    padding: 0;
    margin: 0;
}

#scrollIframe #fixture_iframe #showoptional2 {
    top: 31px;
}

#scrollIframe #info .data:not(#mainTitle):not(#lastUpdateTime) table tr th:nth-of-type(1), #scrollIframe #info .data:not(#mainTitle):not(#lastUpdateTime) table tr td:nth-of-type(1) {
    text-align: center;
}

@media screen and (max-width: 768px) {
    #appHome {
        width: 100% !important;
    }

    .fixture-iframe #mintable {
        min-height: 400px;
    }

    #scrollIframe #fixture_iframe #showoptional2 {
        top: 30px;
    }
}

/*#scrollIframe .data-sync #Table3 tr td:last-child, #scrollIframe .data-sync #Table3 tr th:last-child {*/
/*    display: none;*/
/*}*/

/*#scrollIframe .data-sync #Table3 tr td:nth-child(6), #scrollIframe .data-sync #Table3 tr th:nth-child(6) {*/
/*    width: 220px;*/
/*}*/

@media only screen and (min-width: 1000px) and (max-width: 1208px) {
    /*#scrollIframe.wrap-league-1 #main.main-home-page-mobile,*/
    #scrollIframe #main.main-home-page-mobile {
        width: calc(100% - 0px) !important;
    }
}

#scrollIframe #rank_iframe .odds {
    display: flex;

}

#scrollIframe #rank_iframe .odds > span {
    flex: 0 0 101px;
    padding-left: 6px;
    font-size: 11px;
    min-width: 101px;
}

#scrollIframe.wrap-league-0 #left {
    display: none !important;
}