	.input-OK {
	width:40mm;
	background-color:white;
}
.input-BAD {
	width:40mm;
	background-color:pink;
}
 
input[type=text] {
  border: 3px ridge;
  text-align: center;
}

th {
  background-color:#7521C7;
  color:ghostwhite;
}

table.division {
	display: inline-table;
	border-spacing: 0px;
}

tr.gap {
	height:8px;
}

.quotient {
  background-color:yellow;
}

.remainder {
  background-color:lightgray;
}

td.quotient {
  background-color:yellow;
  text-align:right; 
}

td.remainder {
  background-color:lightgray;
  text-align:right; 
  border-top: thin solid;
}

td.dividend {
  text-align:right; 
  border-top: thin solid;
}

td.power {
	background-color:lightgray;
	padding: 5px;
}

table.highlight {
	display: inline-table;
	background-color:skyblue;
	vertical-align: middle;
	margin: 0px 0px;
}
	

table.conversion {
	display: inline-table;
	border-spacing: 3px 0px;
	text-align=center;
//	margin-left:auto;
//	margin-right:auto;
}