#app_mdmath_listView_main .listViewCell .cellDetail {
	text-align:right;
}

#app_mdmath_listView_main .listViewCell .cellTitle {
	width:352px;
}
#app_mdmath_listView_main .listViewCell .cellDetail {
	width:212px;
}
#app_mdmath_listView_main .listViewCell .cellAccessory {
	width:19px;
	text-align:right;
}
#app_mdmath_listView_calculator {
	overflow-x:hidden;
}

#app_mdmath_listView_calculator .listViewCell .cellTitle {
	width:83px;
	text-align:right;
}
#app_mdmath_listView_calculator .listViewCell .cellDetail {
	width:200px;
	color:#7F7F7F;
}
#app_mdmath_listView_calculator_listViewHeading_1 {
	display:none;
}
#app_mdmath_listView_calculator_listViewCell_1_0 {
	background-color:#f5f5f5;
	box-shadow:inset 0px 1px 0px #FFFFFF, 0px -1px 0px #d4d4d4 !important;
}
#app_mdmath_listView_calculator_listViewCell_1_0_title {
	width:295px !important;
	margin:12px !important;
	text-align:center !important;
}
#app_mdmath_listView_calculator_listViewCell_1_0_details {
	display:none;
}

#calculators_information_equation {
	color: #000000;
	text-shadow: #FFFFFF 0px 1px 0px;
	font-family:Monaco;
	text-align:center;
	border:1px solid #ECECEC;
	min-height:32px;
	background-color:#F7F7F7;
	line-height:24px;
	margin-top:12px;
	margin-bottom:12px;
	padding:6px;
	
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
	-webkit-border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
	-webkit-border-bottom-left-radius:6px;
	-webkit-border-bottom-right-radius:6px;
}
#calculators_information_equation .bluetext { color:#2973d8; }
#calculators_information_equation .redtext { color:#d82929; }
#calculators_information_equation .purpletext { color:#4e29d8; }
#calculators_information_equation .greytext { color:#4F4F4F; }
#calculators_information_equation .bold { font-weight:bold; }
.calculators_references_box {
	background-color:#F7F7F7;
	border:1px solid #ECECEC;
	padding:12px;
	margin-top:6px;
	margin-bottom:6px;
	min-height:40px;
	clear:both;
	
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
	-webkit-border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
	-webkit-border-bottom-left-radius:6px;
	-webkit-border-bottom-right-radius:6px;
}
.calculators_references_text {
	font-size:15px;
	font-weight:none;
	font-family:Georgia, serif;
	float:left;
	width:495px;
}
.calculators_references_badge {
	width:48px;
	height:17px;
	float:right;
}
#app_mdmath_viewController_calculator_infoArea table { border-collapse:collapse; width:100%; }
#app_mdmath_viewController_calculator_infoArea th { font-weight:bold; text-align:left; padding-top:6px; padding-bottom:6px; }
#app_mdmath_viewController_calculator_infoArea td { vertical-align:top; border-top:1px solid #f5f5f5; border-bottom:1px solid #f5f5f5; padding-top:6px; padding-bottom:6px; }
#app_mdmath_viewController_calculator_infoArea table .variable { font-weight: bold; padding-right:12px; text-align:left;  }
#app_mdmath_viewController_calculator_infoArea table .definition {  }

#app_mdmath_viewController_calculator_infoArea .illustrationpreview {
	cursor:pointer;
	border-radius:4px;
	max-width:263px;
	max-height:263px;
	margin-bottom:6px;
	border:1px solid rgba(0, 0, 0, 0.1);
	clear:both;
}

.app_mdmath_referenceTable {
	width:100%;
}