ws-modal img {
	float: right;
	margin: 0 0 1em 1em;
	max-width: 35%;
}
ws-modal h2 {
	font-size: 30px !important;
	margin: .5rem 0 !important;
}
ws-modal h2 small {
	display: block;
}
ws-modal h3 {
	font-size: 24px !important;
	margin: 0 0 .5rem !important;
}
.member-contact-info {
	padding: 0;
	list-style-type: none;
	white-space: nowrap;
	max-width: 100%;
}
.member-contact-info * {
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.member-application-info dd {
	margin: 0 0 .5em 1em !important;
}
.member-application-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 0.5em;
	margin-bottom: 1em;
}
.export-sr-actuator {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-bottom: 1em;
}