/* @option user-selected miscellaneous theme style setting */

#backToTopWrapper {
	display: none !important;
}

@media print {
	#backToTopWrapper {
		display: none !important;
	}
}