body {
	background-color: black;
	height: 100%;
	padding: 0 80px;
	margin: 0;
}

.container {
	background-color: white;
	/*height: 2000px;*/
}

.cell {
	text-align: center;
	border-bottom: 1px solid #000;
	box-sizing: border-box;
	color: #777;
	font-size: 48px;
	font-family: monospace;
    filter: grayscale(0.5);
}

#total-input {
	position: fixed;
	top: 10px;
	left: 10px;
}