.btn-calc{
	background-color:#48a500;
	font: 14px 'Open Sans', Arial, sans-serif;
	padding: 25px 15px;
	line-height: 0px;
	color: #fff;
	border: none;
	font-weight: bold;
	cursor: pointer;
	-webkit-appearance: none;
	-webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.btn-calc:hover{
	background-color: #82bc00;
}
.style5 {font-family: Arial, Helvetica, sans-serif; font-size:14px; color:#000; line-height:16px; text-align: right}
.style5 input{height: 35px; margin: 10px 0  10px 0px}
.color {color: #48a500; font-weight: bold}
@media only screen and (min-width: 320px) and (max-width: 479px){
	.style5 input{height: 35px; margin: 10px 0  10px 0px}
	.btn-calc{padding: 20px 10px; font: 14px 'Open Sans', Arial, sans-serif;}
}