/*<meta conditions="" />*/

@import url('../Prettify/prettify.css');

@import url('./tooltipped.css');

@import url('./tabs.css');

@import url('./checkbox_styles.css');

@import url('./radiobutton_styles.css');

@import url('./dropdown_styles.css');

@import url('./tab-pages_styles.css');

@import url('https://productresources.collibra.com/docs/catalog-connectors/Content/Resources/Stylesheets/catalogConnector_styles.css');

@import url('./floating-box_styles.css');

@import url('./filter_styles.css');

@import url('./Variables.css');

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

body	/*also resets the counter of h2.numbered */
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #44494d;
	line-height: 1.4em;
	margin: 17px;
	mc-auto-number-format: 'GH:{ =0} ';
}

.result::before
{
	content: "\00BB   ";
}

.parentNode
{
	opacity: 0.5;
	font-size: smaller;
}

/*heading styles*/

h1,
h2,
h3,
h4,
h5,
h6
{
	font-weight: bold;
	color: #749AB6;
}

h1
{
	mc-hyphenate: never;
	color: #44494d;
	font-size: 2.286em;
	line-height: 1;
}

h2
{
	mc-hyphenate: never;
	color: #44494d;
	margin-top: 1.5em;
	font-size: 1.429em;
	line-height: 1;
}

h3
{
	mc-heading-level: 3;
	mc-hyphenate: never;
	margin-top: 22px;
	margin-bottom: 16px;
	font-size: 1.250em;
	color: #44494d;
}

h4
{
	mc-heading-level: 4;
	mc-hyphenate: never;
	font-size: 1em;
	margin-top: 1.5em;
	margin-bottom: 0.625em;
	color: #44494d;
}

h5
{
	mc-hyphenate: never;
	color: #44494d;
	mc-heading-level: 5;
}

h6
{
	mc-hyphenate: never;
	color: #44494d;
	mc-heading-level: 6;
}

/*ADMONITIONS*/

.note
{
	mc-auto-number-format: '{b}Note   {/b}';
	border-left: 4px solid #536771;
	background-color: #f6f7f8;
	position: relative;
	padding: 15px;
	line-height: 120%;
}

.warning
{
	mc-auto-number-format: '{b}Warning   {/b}';
	border-left: 4px solid #D4041D;
	background-color: #f6f7f8;
	position: relative;
	padding: 15px;
	line-height: 120%;
}

.example
{
	mc-auto-number-format: '{b}Example   {/b}';
	border-left: 4px solid #006EC2;
	background-color: #f6f7f8;
	position: relative;
	padding: 15px;
	line-height: 120%;
}

.tip
{
	mc-auto-number-format: '{b}Tip   {/b}';
	border-left: 4px solid #32A18C;
	background-color: #f6f7f8;
	position: relative;
	line-height: 120%;
	padding: 15px;
}

.important
{
	mc-auto-number-format: '{b}Important   {/b}';
	border-left: 4px solid #FDCC37;
	background-color: #f6f7f8;
	position: relative;
	line-height: 120%;
	padding: 15px;
}

.sticky
{
	border-left: 4px solid #509e2f;
	background-color: #f6f7f8;
	line-height: 120%;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	position: sticky;
	position: -webkit-sticky;
	top: 0;
	z-index: 10;
}

.tip + .sticky
{
	padding-top: 0px;
}

/*table indent styles*/

div.tabel-level1
{
	padding-left: 2em;
}

div.tabel-level2
{
	padding-left: 4em;
}

div.tabel-level3
{
	padding-left: 6em;
}

div.tabel-level4
{
	padding-left: 8em;
}

/*Collibra styles*/

.uicontrol
{
	font-weight: bold;
}

.filepath
{
	font-weight: bold;
}

.userinput
{
	font-style: italic;
}

pre
{
	font-family: monospace, 'Courier New', Consolas;
	border-left: 4px solid #44494d;
	background-color: #f6f7f8;
	position: relative;
	padding: 25px;
	line-height: 1;
	tab-size: 4;
	white-space: pre-wrap;
}

code
{
	font-family: monospace, 'Courier New', Consolas;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

.copy
{
	position: relative;
	float: right;
	clear: both;
	cursor: pointer;
	right: 12px;
	top: 24px;
	z-index: 1;
}

.example pre,
.note pre,
.warning pre,
.tip pre	/*no left border, gray box*/
{
	background-color: inherit;
	border: 2px solid #BDCCD4;
}

.label
{
	font-weight: bold;
}

.subheading
{
	font-size: 1.3em;
	margin-top: 1.5em;
	margin-bottom: 0.625em;
	color: #44494d;
	font-weight: bold;
}

td p:last-child	/*fix for the table row height*/
{
	margin: 0px;
}

p.OnTheGoStepTitle
{
	mc-hyphenate: never;
	color: #44494d;
	margin-top: 1.5em;
	font-size: 1.429em;
	font-weight: bold;
}

p
{
	mc-hyphenate: never;
	margin-top: 0;
}

/*list styles*/

ol
{
	list-style-type: decimal;
}

ol li ol
{
	list-style-type: lower-alpha;
}

ul li ol
{
	list-style-type: lower-alpha;
}

ol li ol li ol
{
	list-style-type: lower-roman;
}

ul li ol li ol
{
	list-style-type: lower-roman;
}

ul li ul li ol
{
	list-style-type: lower-roman;
}

ol li ul li ol
{
	list-style-type: lower-roman;
}

ul
{
	list-style-type: disc;
}

ul li ul
{
	list-style-type: circle;
}

ol li ul
{
	list-style-type: circle;
}

ul li ul li ul
{
	list-style-type: square;
}

ol li ul li ul
{
	list-style-type: square;
}

ul li ol li ul
{
	list-style-type: square;
}

ol li ol li ul
{
	list-style-type: square;
}

ul.release-notes li:not(:last-child)
{
	margin-bottom: 0.2em;
}

/* Remove margin in table cells */

td ol
{
	margin-left: 0px;
	padding-left: 20px;
}

td ol li
{
	margin-left: 0px;
	padding-left: 0px;
}

td ul
{
	margin-left: 0px;
	padding-left: 20px;
}

td ul li
{
	margin-left: 0px;
	padding-left: 0px;
}

/*MadCap built-in styles*/

MadCap|expanding
{
	mc-open-image: url('resources:Images/WebHelp/minus.png');
	mc-closed-image: url('resources:Images/WebHelp/plus.png');
	mc-image-position: left;
}

MadCap|dropDown
{
	mc-open-image: url('resources:Images/WebHelp/minus.png');
	mc-closed-image: url('resources:Images/WebHelp/plus.png');
}

MadCap|toggler
{
	mc-open-image: url('resources:Images/WebHelp/minus.png');
	mc-closed-image: url('resources:Images/WebHelp/plus.png');
	color: inherit;
}

MadCap|popupHead
{
	color: #5B8EC1;
}

MadCap|popupBody
{
	color: #EBEBEB;
	border: none;
	background-color: rgba(0, 0, 0, .85);
	padding: 11px 15px;
}

MadCap|glossaryTerm
{
	
}

MadCap|glossaryTerm.Expanding
{
	color: inherit;
	font-weight: inherit;
}

MadCap|glossaryTerm.Hyperlink
{
	color: #5B8EC1;
	font-weight: inherit;
}

MadCap|glossaryTerm.Popup
{
	color: #5B8EC1;
	font-weight: normal;
}

MadCap|conceptLink
{
	color: #0072BC;
}

MadCap|keywordLink
{
	color: #0072BC;
	font-weight: normal;
}

MadCap|relatedTopics
{
	color: #0072BC;
	font-weight: normal;
}

MadCap|helpControlMenu
{
	color: #707070;
	background-color: #FFFFFF;
	border: none;
}

MadCap|helpControlMenuItem
{
	color: inherit;
	font-size: inherit;
	font-family: inherit;
}

MadCap|helpControlMenuItem.Highlighted
{
	color: #000000;
	background-color: #E5EFF7;
}

MadCap|xref
{
	font-weight: normal;
	color: #0072BC;
	text-decoration: none;
}

div
{
	mc-hyphenate: never;
}

/*three-column responsive design*/

div.threecolumn	/*This is a custom responsive layout row style (div class) in your stylesheet. To provide your own description for this style: (1) Open the stylesheet; (2) Find and select the div class with this name; and (3) In the Comment field, replace this text with your own. For more information on adding comments to styles, see the online Help.*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

div.threecolumn::before
{
	content: ' ';
	display: table;
}

div.threecolumn::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.threecolumn > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 1px;
	padding-right: 1px;
}

div.threecolumn > div:nth-child(1)
{
	width: 33.33333%;
	margin-left: 0%;
	padding-left: 5px;
}

div.threecolumn > div:nth-child(2)
{
	width: 33.33333%;
	margin-left: 0%;
	padding-left: 5px;
}

div.threecolumn > div:nth-child(3)
{
	width: 33.33333%;
	margin-left: 0%;
	padding-left: 5px;
}

div.twocolumn	/*This is a custom responsive layout row style (div class) in your stylesheet. To provide your own description for this style: (1) Open the stylesheet; (2) Find and select the div class with this name; and (3) In the Comment field, replace this text with your own. For more information on adding comments to styles, see the online Help.*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

div.twocolumn::before
{
	content: ' ';
	display: table;
}

div.twocolumn::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.twocolumn > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.twocolumn > div:nth-child(1)
{
	width: 33.33333%;
	margin-left: 0%;
	padding-left: 5px;
}

div.twocolumn > div:nth-child(2)
{
	width: 33.33333%;
	margin-left: 0%;
	padding-left: 5px;
}

div.threecolumn-15cm-height	/*This is a custom responsive layout row style (div class) in your stylesheet. To provide your own description for this style: (1) Open the stylesheet; (2) Find and select the div class with this name; and (3) In the Comment field, replace this text with your own. For more information on adding comments to styles, see the online Help.*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
	height: 15cm;
}

div.threecolumn-15cm-height::before
{
	content: ' ';
	display: table;
}

div.threecolumn-15cm-height::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.threecolumn-15cm-height > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 1px;
	padding-right: 1px;
}

div.threecolumn-15cm-height > div:nth-child(1)
{
	width: 33.33333%;
	margin-left: 0%;
	padding-left: 5px;
}

div.threecolumn-15cm-height > div:nth-child(2)
{
	width: 33.33333%;
	margin-left: 0%;
	padding-left: 5px;
}

div.threecolumn-15cm-height > div:nth-child(3)
{
	width: 33.33333%;
	margin-left: 0%;
	padding-left: 5px;
}

/*image styles*/

img.Button
{
	width: 16px;
	height: 16px;
}

img.CircleNumbers
{
	width: 24px;
	height: 24px;
}

img.OnTheGoSteps
{
	width: 100%;
	height: auto;
	max-width: 100%;
	border: 1px solid black;
}

img.fiveCm
{
	width: 360px;
	height: auto;
	max-width: 100%;
	border: 1px solid black;
}

img.eightCm
{
	width: 640px;
	height: auto;
	max-width: 100%;
	border: 1px solid black;
}

img.fullWidth
{
	height: auto;
	max-width: 100%;
	border: 1px solid black;
	width: 960px;
}

img.full	/*Used for DevPortal*/
{
	margin: 10px 0px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	max-width: 960px;
}

img.large	/*Used for DevPortal*/
{
	margin: 10px 0px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	width: 800px;
}

img.medium	/*Used for DevPortal*/
{
	margin: 10px 0px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	width: 500px;
}

img.small	/*Used for DevPortal*/
{
	margin: 10px 0px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	width: 250px;
}

thead
{
	table-header-group: display;
}

tr
{
	page-break-inside: avoid;
}

a
{
	color: #0072bc;
	text-decoration: none;
}

/* These classes are only used for cross-guide hyperlinks */

a.AdminGuide
{
	
}

a.Cloud
{
	
}

a.Connect
{
	
}

a.InstallGuide
{
	
}

a.OnTheGo
{
	
}

a.PrivacyDiscovery
{
	
}

a.PrivacyGovernance
{
	
}

a.PrivacyInstall
{
	
}

a.PrivacyOperationalize
{
	
}

a.PrivacyPreparation
{
	
}

a.Reporting
{
	
}

a.Upgrade
{
	
}

a.UserGuide
{
	
}

a.CatalogGuide
{
	
}

a.ConsoleGuide
{
	
}

a.InfraGuide
{
	
}

a.RNGuide
{
	
}

a:link
{
	color: #0072bc;
	text-decoration: none;
}

a:visited
{
	color: #a1257d;
}

a:hover
{
	text-decoration: underline;
}

MadCap|tocProxy
{
	
}

MadCap|miniTocProxy
{
	
}

/*flow box*/

.flow-container,
.flow-box,
.flow-arrow
{
	padding: 12px 24px;
}

.flow-container
{
	background-color: #DFE6E8;
	text-align: center;
	border: 2px solid #5E7177;
	max-width: 600px;
	min-width: 180px;
	margin-bottom: 16px;
	/*same as p*/
}

.flow-arrow
{
	font-size: 36px;
}

.flow-box
{
	margin-top: 12px;
	background-color: #FFFFFF;
	border: 2px solid #BDCCD4;
}

/*print specific styles*/
/*pt are preferable to px*/

@media print
{
	MadCap|footnote,
	MadCap|footnoteBlock
	{
		font-size: 10pt;
	}

	body
	{
		font-family: 'Haas Grot Disp 55 Roman';
		color: #002B3F;
		/*navy*/
		font-size: 12pt;
	}

	h1,
	h2,
	p.TOC1,
	p.MiniTOC1
	{
		font-family: 'Haas Grot Disp 65 Medium';
		color: #002B3F;
		/*navy*/
		font-weight: normal;
	}

	h3,
	h4,
	h5,
	h6
	{
		font-family: 'Haas Grot Disp 55 Roman';
		color: #002B3F;
		/*navy*/
		font-weight: normal;
	}

	h1
	{
		font-size: 28pt;
	}

	h2
	{
		font-size: 24pt;
	}

	h3
	{
		font-size: 22pt;
	}

	h4
	{
		font-size: 18pt;
	}

	h5
	{
		font-size: 16pt;
	}

	h6
	{
		font-size: 14pt;
	}

	h3,
	h4,
	h5,
	h6
	{
		mc-heading-level: 0;
	}

	h1.Appendix
	{
		page-break-after: avoid;
		page-break-before: always;
		mc-heading-level: 1;
		mc-auto-number-format: 'CH:Appendix {chapnum} - ';
	}

	p.TOC1,
	p.TOC2,
	p.TOC3,
	p.MiniTOC1,
	p.MiniTOC2,
	p.MiniTOC3
	{
		font-size: 10pt;
	}

	p.TOC2,
	p.TOC3,
	p.MiniTOC2,
	p.MiniTOC3
	{
		font-family: 'Haas Grot Disp 55 Roman';
		color: #002B3F;
		/*navy*/
	}

	MadCap|tocProxy,
	MadCap|miniTocProxy
	{
		margin-top: 20pt;
		padding-right: 12pt;
		border: none;
	}

	h1.Chapter	/*for the word CHAPTER on first right pages of chapter page layouts*/
	{
		font-family: 'Haas Grot Disp 65 Medium';
		font-size: 18pt;
		color: #5E7177;
		margin: 0;
	}

	h1.PrintOnlyTitles	/*titles for Glossary, Index, TOC*/
	{
		font-family: 'Haas Grot Disp 65 Medium';
		font-size: 28pt;
		/*Matches the printed chapter names*/
		font-weight: normal;
		color: #002B3F;
		/*navy*/
	}

	p.PrintOnlyTitles	/*for 'In this chpater' before a mini-toc*/
	{
		font-family: 'Haas Grot Disp 65 Medium';
		font-size: 24pt;
		margin-top: 24pt;
	}

	p.PageNumber,
	p.Chapter	/*footer and header*/
	{
		font-family: 'Haas Grot Disp 65 Medium';
		color: #5E7177;
		font-size: 10pt;
	}

	p.HeaderFont	/*font in header and footer of pdf A4 page layouts*/
	{
		font-family: 'Haas Grot Disp 65 Medium';
		color: #5E7177;
		font-size: 10pt;
	}

	p.TitlePageVersion	/*version and type of guide on cover page*/
	{
		font-family: 'Haas Grot Disp 65 Medium';
		font-size: 10pt;
		color: #ffffff;
		text-align: right;
		frame-break-inside: avoid;
	}

	p.TitlePageTitle	/*title of guide on cover page*/
	{
		font-family: 'Haas Grot Disp 65 Medium';
		font-size: 36pt;
		color: #ffffff;
		frame-break-inside: avoid;
		frame-break-after: always;
		/*to display the next frame correclty when the title has more than one line*/
	}

	p.TitlePageSubTitle	/*sub-title of guide on cover page*/
	{
		font-family: 'Haas Grot Disp 65 Medium';
		font-size: 18pt;
		color: #ffffff;
		frame-break-inside: avoid;
		frame-break-after: always;
		/*to display the next frame correclty when the sub-title has more than one line*/
	}

	/*Admonitions*/

	.note,
	.warning,
	.tip,
	.example,
	.action,
	.important
	{
		mc-auto-number-class: admonition;
		background-color: #F0F2F3;
		/*light-cloud*/
		position: relative;
		padding: 12pt 15pt;
		line-height: 120%;
		margin-bottom: 12pt;
	}

	.note
	{
		mc-auto-number-format: 'Note   ';
		border-left: 4pt solid #bdccd4;
		/*grey*/
	}

	.warning
	{
		mc-auto-number-format: 'Warning   ';
		border-left: 4pt solid #D4041D;
		/*alert-70*/
	}

	.tip
	{
		mc-auto-number-format: 'Tip   ';
		border-left: 4pt solid #72BF00;
		/*lime*/
	}

	.example
	{
		mc-auto-number-format: 'Example   ';
		border-left: 4pt solid #006EC2;
		/*blue-70*/
	}

	.action
	{
		mc-auto-number-format: 'Action   ';
		border-left: 4pt solid #03755f;
		/*forest*/
	}

	.important
	{
		mc-auto-number-format: 'Important   ';
		border-left: 4pt solid #FDCC37;
		/*yellow*/
	}

	span.admonition
	{
		font-family: 'Haas Grot Disp 65 Medium';
	}

	.subheading
	{
		font-family: 'Haas Grot Disp 65 Medium';
		font-weight: normal;
		color: #002B3F;
		/*navy*/
	}

	pre
	{
		background-color: #F0F2F3;
		/*light-cloud*/
		font-size: 11.5pt;
		border: none;
		padding: 2em;
	}

	code
	{
		font-size: 11.5pt;
	}

	pre code
	{
		background-color: inherit;
		padding: unset;
	}

	/*Code snippets*/

	MadCap|codeSnippet
	{
		border: none;
		padding: unset;
		background-color: #F0F2F3;
		/*light-cloud*/
		page-break-inside: avoid;
	}

	MadCap|codeSnippetCaption
	{
		font-size: 11.5pt;
		text-decoration: none;
		border: 1px solid #dfe6e8;
		/*cloud*/
		background-color: #ffffff;
		padding: 1em 1em 1em 2em;
	}

	MadCap|codeSnippetCaption p
	{
		margin: unset;
	}

	MadCap|codeSnippetCaption ~ MadCap|codeSnippetBody
	{
		border: 1px solid #dfe6e8;
		/*cloud*/
		border-top: none;
	}

	MadCap|codeSnippetBody
	{
		font-family: monospace, 'Courier New', Consolas;
		padding: 2em 2em 2em 1em;
		page-break-inside: auto;
	}

	MadCap|codeSnippetBody table
	{
		width: 100%;
		margin-bottom: 12pt;
	}

	MadCap|codeSnippetBody pre
	{
		background-color: transparent;
		padding: unset;
		font-size: 11.5pt;
	}

	/*Tabs for print*/

	.tab-container
	{
		border: none;
	}

	.tab-list
	{
		display: none;
	}

	.tab-content
	{
		display: block;
	}

	.tab-container .tab-content
	{
		margin: unset;
		border: none;
		padding: unset;
	}

	/*Images*/

	img.OnTheGoSteps
	{
		width: 4cm;
		height: auto;
	}

	img.CircleNumbers
	{
		width: 24px;
		height: 24px;
	}

	img.fiveCm
	{
		width: 5cm;
		height: auto;
		border: 1pt solid #DFE6E8;
	}

	img.eightCm
	{
		width: 8cm;
		height: auto;
		border: 1pt solid #DFE6E8;
	}

	img.fullWidth
	{
		border: 1pt solid #DFE6E8;
		height: auto;
		width: 18cm;
	}

	div.threecolumn > div:nth-child(1)
	{
		width: 5cm;
		margin-left: 0%;
	}

	div.threecolumn > div:nth-child(2)
	{
		width: 5cm;
		margin-left: 0%;
	}

	div.threecolumn > div:nth-child(3)
	{
		width: 5cm;
		margin-left: 0%;
	}

	div.threecolumn
	{
		height: 10cm;
	}

	div.twocolumn > div:nth-child(1)
	{
		width: 5cm;
	}

	div.twocolumn > div:nth-child(2)
	{
		width: 5cm;
	}

	div.twocolumn
	{
		height: 10cm;
	}

	MadCap|xref
	{
		font-weight: normal;
		color: #0072BC;
		text-decoration: none;
		mc-format: "{paratext}";
	}

	a:hover
	{
		text-decoration: none;
	}

	h1.PrintOnlyTitles
	{
		margin-top: 0;
		margin-bottom: 0;
	}

	MadCap|glossaryProxy
	{
		border-top: none;
	}

	h2.numbered	/* auto-numbering is reset in body element, and does not show in print medium */
	{
		mc-auto-number-format: '{ }';
	}

	h3.numbered	/* auto-numbering is reset in body element, and does not show in print medium */
	{
		mc-auto-number-format: '{ }';
	}

	.ParentAssetType
	{
		font-size: 0.6em;
	}

	.copy
	{
		display: none;
	}

	.note
	{
		page-break-inside: avoid;
	}

	.tip
	{
		page-break-inside: avoid;
	}

	.example
	{
		page-break-inside: avoid;
	}
}

@media only screen and (max-width: 1279px)
{
	div.threecolumn > div:nth-child(1)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.threecolumn > div:nth-child(2)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.threecolumn > div:nth-child(3)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.twocolumn > div:nth-child(1)
	{
		width: 50%;
		margin-left: 0%;
	}

	div.twocolumn > div:nth-child(2)
	{
		width: 50%;
		margin-left: 0%;
	}

	div.threecolumn-15cm-height > div:nth-child(1)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.threecolumn-15cm-height > div:nth-child(2)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.threecolumn-15cm-height > div:nth-child(3)
	{
		width: 33.33333%;
		margin-left: 0%;
	}
}

@media only screen and (max-width: 767px)
{
	div.threecolumn > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.threecolumn > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.threecolumn > div:nth-child(3)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.twocolumn > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.twocolumn > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.threecolumn-15cm-height > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.threecolumn-15cm-height > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.threecolumn-15cm-height > div:nth-child(3)
	{
		width: 100%;
		margin-left: 0%;
	}
}

h2.numbered	/*The counter is reset in the body element*/
{
	mc-auto-number-format: 'GH:{n+} ';
}

h3.numbered
{
	mc-auto-number-format: 'GH:{n}.{n+} ';
}

a.GlossaryPageLink
{
	color: #44494d;
	text-decoration: none;
}

.action
{
	line-height: 120%;
	background-color: #f6f7f8;
	padding: 15px;
	position: relative;
	mc-auto-number-format: '{b}Action!   {/b}';
	border-left: 4px solid #a1257d;
}

/* -------------------- End of version filter styling */

