body {
	background-color: white;
	/* background-image: url(/images/bg-snow.png); */
	color: black;
	font: 1em Arial, sans-serif;
	margin: 0;
	padding: 0;
}
* {
	box-sizing: border-box;
}
a, a:visited, a:hover, a:active {
	color: black;
}
.nowrap {
	white-space: nowrap;
}
.bold {
	font-weight: bold;
}
table {
	height: 1px; /* this is a mysterious hack to enable 50% height for divs inside tables */
}
.QueryToTable, table.QueryToTable th, table.QueryToTable td {
	border: 1px solid #000;
	/* table-layout: fixed; */
	/* padding: 0 4px 0; */
}
#topbar {
	background-color: black;
}
.mini-bracket-left {
	text-align: center;
	padding: 1.5em 4px;
	border-top: 2px solid black;
	border-right: 2px solid black;
	border-bottom: 2px solid black;
}
.mini-bracket-right {
	text-align: center;
	padding: 1.5em 4px;
	border-top: 2px solid black;
	border-left: 2px solid black;
	border-bottom: 2px solid black;
}
.first-round {
	margin: 4px 0;
}
.featured-game {
	background-color:lightsteelblue;
	padding: 4px;
	margin: 4px;
}
.team-data {
	font-weight: bold;
}
.winner {
	color: red;
}
.predict-correct {
	background-color: yellow;
}
.predict-incorrect {
	text-decoration:line-through;
}
.inline {
	display: inline;
}
#champion-center {
	text-align: center;
}
.flex-centered {
	display: flex;
	align-items: center;
	height: 100%;
}
.game-inside-mini-bracket {
	width: 100%;
	text-align: center;
}
.SectionTitle {
	font: bold 1.5em;
}
.InfoBoxBorder {
	border-color: #000080;
}
.InfoBoxHeader {
	background-color: #000080;
	text-align: center;
	font-weight: bold;
	color: white;
}
.error {
	color: red;
	font-weight: bold;
	font-size: 1.25em;
}
.milestones-header {
	font-size: 24px;
	font-weight: bold;
}
.milestones-list {
	padding-left: 1em;
}
#treetix-referral {
	width: 468px;
	text-align: center;
	text-wrap: balance;
	font-weight: bold;
}
.text-balance {
	text-wrap: balance;
}
