#allbecalc td,
.wpcalc td {
	border: none;
}
#allbecalc td:first-child,
.wpcalc td:first-child {
	padding-left: 0;
}
#allbecalc td:last-child,
.wpcalc td:last-child {
	padding-right: 0;
}
#allbecalc input[type="text"],
#allbecalc input[size],
#allbecalc select,
.wpcalc input[type="text"],
.wpcalc input[size],
.wpcalc select {
	width: 70%;
	padding: 9px 19px 10px;
	border: 1px solid #E3E6E8;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}
#allbecalc select,
.wpcalc select {
	padding: 8px 15px 9px;
}
#allbecalc input[type="radio"],
.wpcalc input[type="radio"] {
	vertical-align: top;
	margin: 5px 2px 0;
}

#allbecalc button,
#allbecalc input[type="button"],
#allbecalc input[type="submit"],
#allbecalc input[type="reset"],
.wpcalc button,
.wpcalc input[type="button"],
.wpcalc input[type="submit"],
.wpcalc input[type="reset"] {
	display: inline-block;
	height: 40px;
	padding: 0 40px;
	border: none;
	background: #028D98;
	background: -webkit-linear-gradient(#009094, #03899C);
	background:         linear-gradient(#009094, #03899C);
	box-shadow: inset 2px 2px 5px rgba(255,255,255,.35), inset -2px -2px 5px rgba(0,0,0,.3);
	-webkit-transition: .1s;
	        transition: .1s;
	font: 300 14px/38px 'Open Sans', sans-serif;
	color: #FFF;
	text-align: center;
	text-decoration: none;
}
#allbecalc button:hover,
#allbecalc input[type="button"]:hover,
#allbecalc input[type="submit"]:hover,
.wpcalc button:hover,
.wpcalc input[type="button"]:hover,
.wpcalc input[type="submit"]:hover {
	background: #029DAA;
	background: -webkit-linear-gradient(#00A2A6, #0398AD);
	background:         linear-gradient(#00A2A6, #0398AD);
}
#allbecalc input[type="reset"],
.wpcalc input[type="reset"] {
	background: #E98C2F;
}
#allbecalc input[type="reset"]:hover,
.wpcalc input[type="reset"]:hover {
	background: #EC9A48;
}

#allbecalc p:empty,
.wpcalc p:empty {
	display: none;
}

#allbecalc #res:not(:empty),
.wpcalc #res:not(:empty) {
	display: inline-block;
	background: #E98C2F;
	color: #FFF;
	padding: 13px 18px;
}