.calculator_panel {
  min-height: 310px;
  height: auto !important;
  text-align: center;
	width: 560px;
	margin: 0px auto;
}               

.text {
  text-align: right;
}          

#savings {
  font-weight: bold;
}

#calculatedMonthlySavings {
  font-weight: bold;
}

#years {
  font-weight: bold;
}

.savingstext {
  font-size: 90%;
	color: gray;
}
