<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.scorebox {
    overflow:hidden;
    border: 1px solid #E6E9ED;
    margin-bottom:30px;
}

.scorebox TABLE {
    width:100%;
}
.scorebox TR {
    background:#FFF;
}

.scorebox TD {
    padding:5px 10px;
}

.scorebox .status {
    border-bottom: 1px solid #E6E9ED;
    font-size:13px;
    font-weight:bold;
}

.scorebox .logo {
    width:60px;
}

.scorebox .logo IMG {
    max-width:50px;
    max-height:50px;
}

.scorebox .team {
    font-size:20px;
    line-height:100%;
}

.scorebox .score {
    text-align:right;
    padding-right:20px;
}

.scorebox .location {
    border-top: 1px solid #E6E9ED;
    font-size:13px;
}


.scorebox .actions {
    float:right;
}

.scorebox .actions A {
    display:inline-block;
    background:#FFF;
    color:#444;
    text-align:center;
    border:1px solid #e7e9ed;
    padding:0px 7px;
}

.scorebox .actions A:hover {
    border:1px solid #444;
}

#score_form .team input {
    width:50px;
    margin:0px;
    font-size:20px;
    text-align:right;
}

TABLE &gt; TBODY &gt; TR &gt; TD.td-checkbox.cell-highlight {
    background-color: #F0F0F0 !important;
}

TABLE.table-player-stats.table-readonly &gt; THEAD &gt; TR &gt; TH.cell-highlight,
TABLE.table-player-stats.table-readonly &gt; TBODY &gt; TR &gt; TD.cell-highlight,
TABLE.table-player-stats.table-readonly &gt; THEAD &gt; TR.cell-highlight,
TABLE.table-player-stats.table-readonly &gt; TBODY &gt; TR.cell-highlight
{
    background-color: #F5F7FA;
}

TABLE.table-player-stats &gt; TBODY &gt; TR &gt; TD,
TABLE.table-player-stats &gt; THEAD &gt; TR &gt; TH,
TABLE.table-abbr-stats &gt; TBODY &gt; TR &gt; TD,
TABLE.table-abbr-stats &gt; THEAD &gt; TR &gt; TH {
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    padding-left:2px;
    padding-right:2px;
    /* fixes background-color overwriting border with tableHeadFixer */
    background-clip: padding-box;
}

TABLE.table-player-stats &gt; TBODY &gt; TR &gt; TD &gt; INPUT {
    margin-left:0px;
    padding-left:2px;
    padding-right:2px;
    text-align: center;
}

TABLE.table-abbr-stats &gt; THEAD &gt; TR &gt; TH {
    text-align: left;
    vertical-align: middle;
}
TABLE.table-abbr-stats &gt; TBODY &gt; TR &gt; TD {
    font-size: 12px;
    text-align: left;
    vertical-align: middle;
}
TABLE.table-player-stats &gt; THEAD &gt; TR &gt; TH.player-name,
TABLE.table-player-stats &gt; TBODY &gt; TR &gt; TD.player-name {
    text-align: left;
}
TABLE.table-player-stats &gt; THEAD &gt; TR &gt; TH.player-name {
    font-size: 16px;
}
TABLE.table-player-stats &gt; TBODY &gt; TR &gt; TD.validated {
    border-top: 0px;
}
.team_staff A {
    border:none;
}

/* /team/&lt;id&gt;/sessions */
.team_session_price_container {
    background-color: rgb(242, 245, 247);
    padding-top: 10px;
}
.team_session_price_player_table tr:nth-child(even) {
  background-color: rgb(242, 245, 247);
}
.team_session_price_container {
    margin-bottom: 0;
}
.session_price_player_container {
    padding-top: 10px;
}
.team_session_price_remaining {
    padding: 0;
    padding-top: 2px;
}
.team_session_register_link_container {
    padding-top: 0px;
    padding-bottom:6px;
}
.team_session_price_player_table {}
.team_session_price_title {}
</pre></body></html>