/* Button */
	input[type="button"].fixed,	input[type="submit"].fixed,	input[type="reset"].fixed,	button.fixed,	.button.fixed {
		height: 3em;	padding: 1em .75em 0em .75em;	width: 95%;	margin-bottom: .75em;
	}
	input[type="button"].stats,	input[type="submit"].stats,	input[type="reset"].stats,	button.stats,	.button.stats {
		height: 2.5em;	padding: .75em .75em 0em .75em;	width: auto;	margin-bottom: .75em;	justify-self: right;
	}

/* Actions */
	ul.teamButtons {	grid-template-columns: 1fr 1fr;	}
	ul.schoolButtons {	grid-template-columns: 1fr 1fr 1fr 1fr;	}
	ul.actions li {	display: inline-block;	margin-left: 0;	padding-left: 0;	}


/* XLarge */	@media screen and (max-width: 1680px) {}
/* Large */	@media screen and (max-width: 1280px) {}
/* Medium */	@media screen and (max-width: 980px) {}
/* Small */	@media screen and (max-width: 736px) {
		/* Actions */
			ul.actions li {	display: block;	margin: 0 0 0 0;	}
				ul.actions li:first-child {	margin-top: 0;	}
				ul.teamButtons {	grid-template-columns: 1fr;	}
				ul.schoolButtons {	grid-template-columns: 1fr 1fr;		}

		input[type="button"].stats,	input[type="submit"].stats,	input[type="reset"].stats,	button.stats,	.button.stats {	font-size: 12pt;	}
	}

@media screen and (max-width: 450px) {
	input[type="button"].stats,	input[type="submit"].stats,	input[type="reset"].stats,	button.stats,	.button.stats {
		height: 2.5em;	padding: .75em .5em 0em .5em;	width: auto;	margin-bottom: .75em;	font-size: 10pt;	white-space: nowrap;	margin-left: .75em;
	}
}

/* Extra Small */	@media screen and (max-width: 360px) {}