/* Standalone closed / timeover / unsubscribed pages (body.webinar_closed) — main.css is not loaded there. */
body.webinar_closed .bottomArea {
	text-align: center;
	padding: 30px 0;
	width: 100%;
	box-sizing: border-box;
	line-height: 1.5rem;
}

body.webinar_closed .bottomArea .wiContainer,
body.webinar_closed .bottomArea .wiContainer > div {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

body.webinar_closed .bottomArea .wiContainer > div p {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

body.webinar_closed .bottomArea .wiContainer > div + div {
	margin-top: 15px;
	text-transform: capitalize;
}

body.webinar_closed #closed {
	text-align: center;
}
