#calculator input {
	text-align: right;
	color: black;
	background-color: white;
	border: 1px solid #ccc;
	width: 4.2em;
}

#calculator .nonnumeric input {
	width: 20em;
	text-align: left;
}

#calculator select {
	color: black;
	background-color: white;
	border: 1px solid #ccc;
}

@media print {
	.noprint {
		display: none;
	}
}
