
ul
{
	font-size: 70%;
}

#operator-legend {
	font-size: 14px;
	width: 400px;
	margin-top: 7px;
}

#rulename-table td {
	min-width: 195px;
	cursor: default;
}

.expression-ex-field {
	width: 220px;
	height: 25px;
	display: inline-block;
	background-color: #ececec;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
	margin-right: 30px;
}

.formula_field {
	background-color: #eceaaa;
	text-align: center;
	font-weight: bold;
	color: #6d6d6d;
	padding: 3px;
	min-height: 18px;
}

.description
{
	font-size: 90%;
}

.problem-statement {
	font-weight: bold;
	padding: 20px;
	font-size: 16px;
	background-color: #d8d8d8;
	box-shadow: 3px 2px 5px #888888;
}

.legend
{
	font-size: 80%;
	background-color: #d8d8d8;
	padding: 10px;
	box-shadow: 3px 2px 5px #888888;
}

.legend > ul
{
	font-size: 100%;
	padding-left: 30px;
}