/* @option user-selected theme width setting */

.BlankThemeWidth {
	max-width: 1140px;
}

@media print {
	.BlankThemeWidth {
		width: 100%;
	}
}