/* hide layout button */
._sidebar-footer-link._sidebar-footer-layout {
	display: none;
}

/* hide theme button */
._sidebar-footer-link._sidebar-footer-light {
	display: none;
}

/* hide nav menu */
nav._nav {
	display: none;
}
