table.formula {
	width: 100%;
	border: thin solid;
}

.formula-number {
	font-size: medium;
	font-weight: bolder;
}

.formula_previous_step {
	font-size: 10pt;
	color: black;
}

.formula_current_step {
	font-size: 10pt;
	color: #AA0000;
	font-weight: bold;
}

.formula_next_step {
	font-size: 10pt;
	color: #808080;
}

.sectiontitle {
	background-color: #47658f;
	color: #ffffff;
	font-size: 13pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 2px;
}