﻿.widget_scoreboard tr td {
    padding: 5px 0px;
}


.widget_scoreboard_table tr.w_s_f_r:nth-child(odd),
.widget_scoreboard_table tr.w_s_c_r1:nth-child(4n+1),
.widget_scoreboard_table tr.w_s_c_r2:nth-child(4n+2) {
    background-color: #F0F0F0;
}



.xwidget_scoreboard_table tr.widget_scoreboard_table_compact_r1:nth-child(2n+2) td, .xwidget_scoreboard_table tr.widget_scoreboard_table_compact_r2:nth-child(even) td {
    background-color: #F0F0F0;
}

tr.w_s_c_r1 td {
    font-size: 0.9em;
    font-weight: bold;
}

tr.w_s_c_r2 td {
    text-align: center;
}

.widget_scoreboard table {
    width: 100%;
}

    .widget_scoreboard table tr td {
        cursor: pointer;
    }

    .widget_scoreboard table#tblLadderInner tr td,  .widget_scoreboard table#tblLadderInner tr th{
        cursor:  default;
    }
    




table.widget_scoreboard_table tr td, table.widget_scoreboard_table tr th {
    xfont-size: 0.9em;
}

.widget_scoreboard .scoreboard_viewall {
    font-weight: bold;
    font-size: 0.9em;
    text-align: right;
    margin-top: 5px;
}

.widget_scoreboard .sb_comode_selector span {
    font-size: 0.95em !important;
}

.widget_scoreboard_dropdown {
    padding: 2px !important;
    background-color: #dddddd;
}

.widget_scoreboard_dropdown_label, .widget_scoreboard_coselector_label {
    font-weight: bold;
    font-size: 0.8em;
    padding-top: 5px;
    padding-right: 2px;
}

.widget_scoreboard_coselector {
    float: right;
    font-size:0.9em;
}

.widget_scoreboard_tabstrip {
    float: left;
}

.widget_scoreboard_coselector_dropdown, .widget_scoreboard_coselector_label
{
    float:right;
}

.widget_scoreboard {
    margin-top: 2px;
}

@media (max-width: 768px) and (max-height : 768px) {

    
}