/*
	2024-03-05 John Yee
	in the join form...
	on a phone (narrow screen) flexbox and "position: absolute" cause
	(1) the page to overwrite the footer and
	(2) the "PREVIOUS" and "NEXT" buttons to float at the bottom of the page

  	overriding rather than revising the css in jquery.steps.css
*/
.wizard > .actions > ul {
 	display: inline-block !important;
}
.wizard > .content > .body {
	position: unset !important;
}
