summaryrefslogtreecommitdiff
path: root/playoff.css
blob: 30fd68b7e45b2ce4c5ae0c4963d00520d3e2d82a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
tr.winner > td {
	background: #dfd;
}
tr.loser > td {
	background: #fee;
}

.team-predicted-label {
    opacity: 0.3
}

@media print {
    span#logo, p.swiss_links, table.leaderboard, table.caption_table, body>p.f {
        display: none;
    }
}