body {
	font-size: 14px;
}
h1 {
	font-size: 150%;
	text-align: center;
}
h2 {
	font-size: 120%;
	margin: 0px 2px 5px;
	padding: 0px 10px;
	background: darkslategray;
	color: white;
}
p {
	margin: 5px 0px;
}
table {
	border: outset 1px whitesmoke;
}
th, td {
   	border: inset 1px whitesmoke;
	border-spacing: 0px;
}
input[type="number"] {
	width: 3em;
}
#table_dea input {
	width: 6em;
}
#table_dea td {
	text-align: right;
}
#setting, #result {
	border: solid 1px darkslategray;
	margin: 5px;
	padding: 5px;
	box-shadow: 1px 1px 5px #333;
}
.caution {
	color: red;
}
