/**
 * PREGNANCY WEIGHT CALCULATOR
 */
 
.rd {
	border: none !important;
}
 
.wCalc_content {
	position: relative;
	left: 15px;
	width: 540px;
	color: #660000;
}

.wCalc_content h2 {
	font-family: Arial;
	font-size: 14px;
	position: absolute;
	top: -29px;
	color: #fff;
}

.wCalc_beforetext a {
	color: #016E82;
	text-decoration: underline;
}

.wCalc_beforetext a:hover {
	color: #F98513;
}

.wCalc_aftertext {
	font-family: Arial;
	font-size: 10px;
	font-style: italic;
}

.wCalc_probability {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #00aa00;	
}

.wCalc_middletext table td {

}

.wCalc_middletext table tr td {
	vertical-align: middle;
}

#wCalcChart {
	margin-top: 10px;
}

#chartContainer {
	height: 420px;
}

.bmi {
	color: #E4640F;
	font-weight: bold;
}

.elimit {
	background-color: #FFD47F;
}

.enormal {
	background-color: #FFD42A;
}
