.user-input .form-value input.seed {
	width: 4em;
}

.draw {
	padding-top: 12pt;
}
.match {
	min-width: 60px;
}
.link {
	cursor: pointer;
}
.bborder {
	border-bottom: 1px solid black;
}
.rborder {
	border-right: 1px solid black;
}
.seed {
	color: red;
}
.winner {
	font-weight: bold;
}
.player {
	white-space: nowrap;
}
.match-info {
	font-size: smaller;
}
.match td {
	vertical-align: top;
}