.account-form .listCheck label.form-checkbox-label {
	width: auto;
	line-height: 1.5;
	height: auto;
	white-space: normal;
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}

.account-form [type=submit] {
	display: block;
	width: 100%;
	text-align: center;
}

.main-body .content .titlePage,
.main-body .content .richContent {
	max-width: 60em;
	margin-left: auto;
	margin-right: auto;
}

@media only print, only screen and (min-width: 30.063em) {

.account-form [type=submit] {
	display: inline-block;
	width: auto;
}

.account-form .form-grid.form-submit {
	float: right;
	text-align: right;
}

}

