/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Feb 27 2024 | 16:35:51 */
.calculateTable {
	border-collapse: collapse;
	font-family: sans-serif;
	font-size: small;
	width: 90%;
}

.calculateCaption {
	background: #84338A;
	text-align: center;
	text-decoration: bold;
  	color: #FDE9E3;
  	padding: 5px;
}

.calculateInfo {
	text-align: left;
  	color: #FDE9B6;
	width: 70%
  	padding: 5px;
}

.calculateNumber {
	text-align: center;
	color: #FDE9B6;
	width: 15%;
	white-space: nowrap;
	padding: 5px;
}

.calculateInput {
	font-family: sans-serif;
  	background: #84338A;
 	color: #FDE9B6;
  	text-align: right;
  	border: none;
	width: 70px;
}

.noeditInput {
	font-family: sans-serif;
  	background: #9C27B0;
 	color: #FDE9B6;
  	text-align: center;
  	border: none;
	width: 70px;
}
