#water_deficit_input {
	height: 150px;
	padding-top: 20px; 
}


#water_deficit_output {
	min-height: 150px;
	padding-top: 5px;
}

#water_deficit_output_box {
	position: relative;
	top: 75px;
	min-height: 130px;
	margin-top: -71px;
}

#adviceoutput {
	font-size: 0.8em;
	text-align: center;
	clear: both;
}

#adviceoutput p {
	text-align: center;
}

#deficitheader {
	float: left;
	width: 50%;
	font-size: 0.8em;
}

#flowrateheader {
	float: right;
	width: 50%;
	font-size: 0.8em;
}

#deficitfooter {
	float: left;
	width: 50%;
	font-size: 0.8em;
}

#flowratefooter {
	float: right;
	width: 50%;
	font-size: 0.8em;
}

#deficitoutput {
	float: left;
	width: 50%;
	font-size: 1.5em;
	color: #3333ff;
}

#flowrateoutput {
	float: left;
	width: 50%;
	font-size: 1.5em;
	color: #3333ff;
}