@charset "utf-8";

#sports {
    background-color: #fff
}

#sports h2 {
    height: 42px;
    text-align: center;
    color: #515151;
    border: 1px solid #e5e5e5;
    border-bottom: none;
    background-color: #fbfbfb;
    font-size: 14px;
    font-weight: 400;
    line-height: 41px
}

#sports h3 {
    height: 34px;
    text-align: center;
    color: #434343;
    border-top: 1px solid #e5e5e5;
    background-color: #f5f5f5;
    font-size: 12px;
    font-weight: 700;
    line-height: 33px
}

#sports .tab {
    width: 100%;
    height: 35px;
    text-align: center;
    border-top: 1px solid #199bcb;
    border-bottom: 1px solid #199bcb;
    background-color: #1ba9de;
    line-height: 34px
}

#sports .tab span {
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
    color: #ffffff;
    /* font-weight: 700; */
}

#sports .tab span.selected {
    text-decoration: underline;
    color: #FFEB3B;
    /* font-weight: 700; */
}

#sports .tab img {
    position: relative;
    top: -1px;
    margin: 0 5px
}

#sports .subtab {
    padding: 5px 10px;
    border-right: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    line-height: 2
}

#sports .subtab span {
    display: inline-block;
    font-size: 13px;
    margin: 0 4px;
    cursor: pointer
}

#sports .subtab span.selected {
    text-decoration: underline;
    color: #333;
    font-weight: 700;
    font-size: 11px;
}

#sports .ranking_list {
    border: 1px solid #e5e5e5;
    border-top: 0
}

#sports .ranking_list table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse
}

#sports .ranking_list thead th {
    height: 33px;
    border-top: 1px solid #e5e5e5;
    background-color: #fbfbfb;
    font-size: 13px;
    font-weight: 400
}

#sports .ranking_list tbody td {
    height: 33px;
    text-align: center;
    border-top: 1px solid #e5e5e5;
    font-size: 11px;
}

#sports .ranking_list thead th:nth-child(2),#sports .ranking_list tbody td:nth-child(2) {
    padding-left: 3px;
    text-align: left;
    letter-spacing: -1px;
    font-size: 13px;
    font-weight: 400
}

#sports .ranking_list tbody tr:hover td {
    color: #333;
    background: #f5fbff
}

#sports .ranking_list .teamlogo {
    width: 20px;
    height: 20px;
    margin-right: 3px
}

@media all and (max-width: 1200px) {
    /* #sports { */
        /* display: none !important; */
    /* } */
}