/*<meta />*/

/* HTML Print Overrides */

@media print
{
	/* Hide HTML elements in print */

	h1,
	h1.Chapter
	{
		text-align: left;
	}

	div.LegalDisclaimer,
	div.TopicFooter,
	div.TopicToolbar,
	div.breadcrumbs,
    div.VideoContainer
	{
		display: none;
		mc-hidden: hidden;
	}


	/* Modify list styles */

	ul.Checkbox
	{
		list-style-image: none;
		list-style-type: '\2610 \0020';
		margin-left: 30px;
	}

	ul.Checkmark
	{
		list-style-image: none;
		list-style-type: '\2714 \0020';
		margin-left: 30px;
	}

	ul.Arrow
	{
		list-style-image: none;
		list-style-type: '\27A4 \0020';
		margin-left: 30px;
	}

	ul.Checkbox > li
	{
		background-image: none;
		padding-left: 6px;
	}

	ul.Checkmark > li
	{
		background-image: none;
		padding-left: 6px;
	}

	ul.Arrow > li
	{
		background-image: none;
		padding-left: 6px;
	}

	/* Modify notes */

	p.Note,
	p.Important,
	p.CourtCase,
	p.BestPractice,
	div.Note,
	div.Important,
	div.CourtCase,
	div.BestPractice
	{
		padding-left: 5px;
		min-height: 70px;
		background-image: none;
	}
}

