/*<meta />*/

/*
Styles used to hide left nav. Use with side-nav theme and tiled landing pages
Use in conjunction with js/sticky-header.js
*/

nav.sidenav-wrapper
{
	display: none;
}

div.button-group-container-left
{
	display: none;
}

@media only screen and (max-width: 1440px)
{
	button.menu-icon
	{
		display: none;
	}

	nav.title-bar .menu-icon
	{
		display: none;
	}
}

