﻿.big-font {
	font-size: 42pt;
}

.gray {
	background-color: lightgray;
}

tr.spaceUnder > td {
	padding-bottom: 1em;
}

.centered {
	position: fixed;
	top: 50%;
	left: 50%;
	/* bring your own prefixes */
	transform: translate(-50%, -50%);
}

.Fatty input {
	font-size: 32px;
}

.cellPaddingLeft {
	padding-left: 15px;
}
