@import url('Styles.css');

/* hides SmartSpace topics from the side nav when viewing tutorials */

ul.sidenav li[data-mc-id="0"] > a
{
	display: none;
}

/* hides D4 topics from the side nav when viewing tutorials */

ul.sidenav li[data-mc-id="1"] > a
{
	display: none;
}

/* hides ACS topics from the side nav when viewing tutorials */

ul.sidenav li[data-mc-id="2"] > a
{
	display: none;
}