.zimpricecheck-mobile-calculator{
	background: linear-gradient(90deg, #86847F, #86847F, #FB620a);
}

/* The mobile calculator */
.hentry .the-mobile-calculator{
	width: 550px;
	margin: auto;
	max-width: 90%;
	float:none;
	background: white;
	padding: 50px;
	border-radius: 15px;
	box-sizing: border-box;
	margin-top:20px;
	transform:translatex(0px) translatey(0px);
	padding-top:16px;
}

#mobile-calculator-errors{
	color: red;
}

.zimpricecheck-mobile-calculator-space-top{
	padding-bottom: 5px;
}

.zimpricecheck-mobile-calculator-space-bottom{
	padding-top: 10px;
}

