@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);
/*<meta />*/

/* Local stylesheet to add underline to the "Release Notes" link on the resources page and restructure the page as needed.
Apply this stylesheet through the topic file properties for the release notes category page and any other release note topics.*/

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#ReleaseNotes:link,
a#ReleaseNotes:visited
{
	border-bottom: 2px solid var(--Green-InEight);/*CornFlower blue replaces Green*/
	mc-hidden: hidden;
}
/*
div.sidenav-container:before
{
	content: 'Release Notes Menu';
}*/

ul.sidenav > li:nth-child(1),
ul.sidenav > li:nth-child(2),
ul.sidenav > li:nth-child(4)
{
	display: none;
}

ul.sidenav > li:nth-child(3)
{
	display: block;
}

/* Hide release note category entries in TOC */

ul.sidenav > li:nth-child(3) > a:link
{
	color: transparent;
	background-color: transparent;
	height: 0px;
	overflow: hidden;
	mc-hidden: hidden;
}

ul.sidenav > li:nth-child(3) > a > span
{
	display: none;
	mc-hidden: hidden;
}

MadCap|toggler
{
	color: #0075c9;
}
