@charset "UTF-8";

nav, .sx-utilities, *[data-filter], .sx-content > .sx-h2, .no-print, .sx-modal-active, .sx-modal-close, input[type=submit], button, .sx-button {
	display: none !important;
}

.sx-main, body, .sx-modal {
	overflow: visible !important;
	height: auto !important;
}

.sx-modal {
	display: none;
	position: static;
}

.sx-modal.sx-active, .print {
	display: block !important;
}

.sx-content {
	width: 100% !important;
	box-shadow: none;
}

.sx-box, .sx-modal {
	padding: 0;
}

.sx-h1 {
	margin: 0;
}

* {
	border: none !important;
	box-shadow: none !important;
	font-size: 8pt;
}