

.leftList {
	display: none;
}

.rightList {
	width: 90%;
	box-shadow: none;
}

.home_header {
	display: none;
}

#hide_menu_label, #footer {
	display: none;
}

#settingsNavBar {
	display: none;
}

#freshworks-container {
	display: none;
}
.centerlayout {
	margin-top:0px;
}
.v2 #content {
	padding:0px;
}
.hide_for_print { display: none !important; }
.show_for_print { display: block !important; }

/* Optional: better color fidelity when printing from Chrome */
* {
	-webkit-print-color-adjust: exact;
	print-color-adjust: exact;
}
