<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*==================================================
*	public and admin bracket display
*==================================================*/
	div.tournamentBracketContainer{
		margin: 8px 0 20px 0;
	}
	div.bracket{
		margin-top: 20px;
	}
	div.bracket div.round{
		float:left;
		width:160px;
	}
	div.roundLabel{
		position:relative;
		height:32px;
		padding-top:4px;
		text-align:center;
		font-size:14px;
		font-weight:bold;
		color:#aaa;
	}
	div.roundDates{
		font-weight:normal;
		font-size:10px;
		color:#aaa;
	}
	div.bracket div.matchup{
		position:relative;
	}
	div.bracket div.firstTeam{
		position:relative;
		border-bottom:1px solid #CCC;
	}
	div.bracket div.firstSpacer{
		border-right:1px solid #CCC;
	}
	div.bracket div.secondTeam{
		position:relative;
		border-right:1px solid #CCC;
		border-bottom: 1px solid #CCC;
	}
	div.bracket div.secondSpacer{
		border:none;
	}
	div.bracket div.firstTeam div.teamName, 
	div.bracket div.secondTeam div.teamName{
		position:absolute;
		bottom: 3px;
		left: 4px;
		font-size:11px;
	}
	div.teamName span.seed{
		color:#777;
		font-size:10px;
	}
	div.teamName a.winner{
		font-weight:bold;
	}
	div.bracket div.firstTeam div.champ{
		font-size: 12px;
		font-weight:bold;
		margin-left: 20px;
	}
	div.tournamentMatchupSlot,div.currentlyEditingMatchupSlot{
		position:absolute;
		left: 6px;
		width:133px;
		padding: 3px 6px;
		background:#f9f9f9;
		color:#333;
		text-align:center;
		border-radius:9px;
		-moz-border-radius:9px; /* Firefox 3.6 and earlier */
		/*border:1px solid #ccc;*/
	}
	div.tournamentMatchupSlot, 
	div.tournamentMatchupSlot div, 
	div.tournamentMatchupSlot a,
	div.currentlyEditingMatchupSlot p{
		font-size:10px;
		line-height:11px;
	}

/*
*	NOTE: These colors should stay in sync with those in the schedule admin
*/
	td.violatesPendingRequest{
		background:#D4D9F8;
	}
	td.violatesAcceptedRequest{
		background:#F8DDF3;
	}
	
</pre></body></html>