﻿/*<meta />*/

/* Local stylesheet to add underline to the "Resources" link and restructure the page as needed.
Apply this stylesheet through the topic file properties for the resources category page only.*/

a#Topics:link,
a#Topics:visited
{
	border-bottom: 2px solid transparent;
	mc-hidden: hidden;
}

a#Topics:active,
a#Topics:hover
{
	border-bottom: 2px solid var(--Green-InEight);/*CornFlower blue replaces Green*/
	mc-hidden: hidden;
}

a#Resources:link,
a#Resources:visited
{
	border-bottom: 2px solid var(--Green-InEight);/*CornFlower blue replaces Green*/
	mc-hidden: hidden;
}

nav.sidenav-wrapper
{
	visibility: hidden;
}

div#ToolbarTable
{
	display: none;
}

div.breadcrumbs
{
	display: none;
}

#ToolbarTableTablet
{
	display: block;
}

h1
{
	margin-top: 20pt;
}
