#CalcResult {
color: red;
}

.RateCalc {
	margin-bottom: 2em;
  }

#ratecalculator input{
  max-width:150px;
}


#ratecalculator p {
      margin-bottom: 0px;
    margin-top: 20px;
}

.readonlyinput {
	background: #e4e4e4 !important;
  }

.input-block {
	      display: inline-block;
    width: 35%;
	}
	
	
	@media screen and (max-width: 700px) {
		.input-block {
	      display: block;
    width: 100%;
	}
	}