<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.vfb-page-section {
	width: 100%;
}
.vfbp-form button.btn-primary[type=submit] {
	width: 25%;
}
.vfb-wizard ul &gt; li {
	margin: 5px 0 5px 0 !important;
}
.vfb-wizard ul &gt; li:last-child div {
	margin-right: 0.5em !important;
}
.vfb-form-group {
	margin: 10px 0 5px 0 !important;
}
.vfb-wizard.actions .btn-next,
.vfb-wizard.actions .btn-back {
	text-decoration: none;
}

@media only screen and (max-width: 767px) {
	.vfb-col-1, .vfb-col-2, .vfb-col-3, .vfb-col-4, .vfb-col-5, .vfb-col-6, .vfb-col-7, .vfb-col-8, .vfb-col-9, .vfb-col-10, .vfb-col-11, .vfb-col-12 {
		padding-right: 0 !important;
		width: 100% !important;
	}
	.vfb-wizard.actions .btn-next,
	.vfb-wizard.actions .btn-back {
		float: left !important;
		margin: 5px 0 5px 0 !important;
		width: 100% !important;
	}
	.vfb-wizard ul &gt; li {
		width: 50% !important;
	}
	.btn-primary {
		width: 100%;
	}
}
</pre></body></html>