/* Employee Calculator page template — scoped styles only */

.custom-page-content.employee-calculator-page {
	background: #fff !important;
}

.employee-calculator-content .no-margin p {
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.employee-calculator-content {
		padding: 30px 0 50px;
		margin: 0;
		border-radius: 0;
	}
}
