@media only screen and (max-width: 480px){
	#jscalcv1 #results .cell-amount.left {
		 float: unset !important; 
		width: 100% !important;
	}
}
@media screen and (min-width:1024px){
	#jscalcv1 .form-col-1 {
		width: 20%;
	}
	#jscalcv1 .form-col-2 {
		width: 23%;
	}
	#jscalcv1 .form-col-3 {
		width: 35%;
	}
	.ratesetflex{display:flex;}
}
