body {
	padding: 0;
	color: #000;
	background-color: #FFF;
}
#navigation,
#controls,
footer {
	display: none;
}
a:link,
a:visited {
	color: #000 !important;
	text-decoration: none;
}
table.table thead th,
table.table thead th.hdr,
table.table thead td,
table.table tbody th,
table.table tbody td {
	color: #000 !important;
	background-color: #FFF !important;
	border-color: #CCC !important;
	font-size: 11px;
	padding-top: .35em;
	padding-bottom: .35em;
}
#rosters .col-12,
#rosters .col-sm-6,
#rosters .col-md-4,
#rosters .col-lg-3,
#scores .col-12,
#scores .col-sm-6,
#scores .col-md-4,
#scores .col-lg-3 {
	flex: 0 0 25%;
	max-width: 25%;
	width: 25%;
}
table.team tfoot {
	display: none;
}
#codeigniter_profiler {
	display: none;
}