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

.BlankThemeWidth {
	width: 840px;
}

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