/**
 * 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;
}

#vita-table {
    margin: 5px 0;
}

#vita-table table {
    -webkit-border-radius: 10px; 
 	-moz-border-radius: 10px;
    border: 2px solid #f1d8d2;
    margin: 0 auto;
}

#vita-table table td {
    color: #000 !important;
    width: 72px;
    padding: 2px 5px;
}

.vita-table-odd {
    background-color: #f2e8d5;
}

.vita-table-even {
    background-color: #faf8e8;    
}