table {
	width: 100%;
	border: none;
}

th {
	text-align: right;
	font-weight: normal;
	width: 9em;
}

td input {
	width: 100%;
	font-family: monospace;
}

#error {
	color: red;
}

