@CHARSET "ISO-8859-1";

#matchPlay {
	min-width: max-content;
}

#matchPlay h2.flight {
	margin: 1em 0.5em 0 0.5em;
	padding: 0.5em;
	border: thin solid #006;
	color: #006;
	background: #D2D8B0;
	clear: left;
}

#matchPlay h3 {
	font-size: 0.9em;
	text-align: center;
	min-height: .5em;
	margin-top: 1em;
	margin-bottom: 0;
	white-space: nowrap;
}

#matchPlay h4 {
	font-size: 0.7em;
	text-align: center;
	min-height: .5em;
	margin-bottom: 0;
	white-space: nowrap;
}

#matchPlay.box:after, #belfairs.box:after {
    content: '';
    display: table;
    clear: both;
}

#matchPlay p {
	margin: 1em;
}

/* bracket positioning styles */
#matchPlay div {
	width: 19%;
	float: left;
	margin-bottom: 3em;
}

#matchPlay li {
	white-space: nowrap;
}

#matchPlay ol, ol ul,#matchPlay .finals ul,#matchPlay .champion ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

/* invisible top border prevents IE from adding margin between lists */
#matchPlay ol li {
	line-height: 2.1em;
}

/* lines around brackets */ /* top margins of each column */
#matchPlay .round1 ol {
	margin-top: 0;
}

#matchPlay .quarterfinals ol {
	margin-top: 1em;
}

#matchPlay .semifinals ol {
	margin-top: 3em;
}

#matchPlay .finals ul {
	margin-top: 8.5em;
}

#matchPlay .finals ul.third {
	margin-top: 4em;
}

#matchPlay .champion ul {
	margin-top: 19em;
}

#matchPlay .champion ul.third {
	margin-top: 15em;
}

/* spacing within and between brackets */
#matchPlay .round1 ol ul {
	margin-top: 0;
	padding: 0;
}

#matchPlay .quarterfinals li.bottom {
	line-height: 1em;
	padding-top: 3.0em;
	padding-bottom: 0.4em;
}

#matchPlay .quarterfinals ol li ul {
	margin-top: 0;
	padding: 0;
	margin-bottom: 2em;
}

#matchPlay .semifinals li.bottom {
	line-height: 1em;
	padding-top: 7.5em;
	padding-bottom:0.4em;
}

#matchPlay .semifinals ol li ul {
	margin-top: 0;
	padding: 0;
	margin-bottom: 6em;
}

#matchPlay .finals li.bottom {
	line-height: 1em;
	padding-top: 16em;
}

#matchPlay .finals .third li.bottom {
	line-height: 1em;
	padding-top: 5em;
}

#matchPlay .champion li.bottom {
	line-height: 1em;
	padding-top: 24em;
}

#matchPlay ol ul li,#matchPlay .finals ul li,#matchPlay .champion ul li {
	border-bottom: 1px solid #eee333;
	padding-left: 0.25em;
}

#matchPlay li.bottom {
	border-right: 1px solid  #eee333;
}

#matchPlay .round1 {
	margin: 0;
	padding: 0;
	margin-left: 1em;
}

#matchPlay .seed {
	text-align: left;
}