/**
 * This a sample CSS for document generation (in XHTML and/or PDF format).
 */

/********************************************** 
 * General CSS styles (browser & pdf display)
 **********************************************/

html {
    direction: ltr;
}

html:lang(ar) {
	direction: rtl;
}

body {
	text-align: justify;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Calibri, Arial, Verdana, Tahoma,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	font-weight: normal;
	line-height: 1.5;
}

img {
	max-height: 600px;
	max-width: 600px;
	height: auto !important;
	width: auto !important;
}

*, ::before, ::after {
    box-sizing: border-box;
}

/**** Cover page styles ****/

.doc-cover-page {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.doc-cover-page h1, .doc-cover-page h2, .doc-cover-page h3, .doc-cover-page h4, .doc-cover-page h5, .doc-cover-page h6 {
	font-weight: bold;
	color: #1D70B7;
	width: 100%;
	border: none;
}

.doc-cover-page-product-name {
	font-weight: bold;
	font-variant: small-caps;
	color: #1D70B7;
	text-align: center;
}

.doc-cover-page-release {
	font-weight: bold;
	font-variant: small-caps;
	color: #1E2F58;
	text-align: center;
}

.doc-cover-page-title {
	font-weight: bold;
	font-variant: small-caps;
	color: #1D70B7;
	text-align: center;
	border-bottom: 2px solid #1E2F58 !important;
}

.doc-cover-page-subtitle {
	font-weight: bold;
	font-variant: small-caps;
	color: #1D70B7;
	text-align: center;
}

.doc-cover-page-info {
	font-weight: bold;
	color: #1E2F58;
	text-align: center;
	line-height: 1.2;
}

.doc-cover-page-copyright {
	color: #1E2F58;
	text-align: center;
}

.doc-cover-page-product-logo {
	text-align: center;
}

.doc-cover-page-product-logo img {
	margin-top: 70px;
	width: 300px !important;
	height: 300px !important;
}

.doc-cover-page-org-logo {
	text-align: left;
}

.doc-cover-page-org-logo img {
	width: 65px !important; 
	height: 65px !important;
}

/**** Header & Footer styles ****/

.doc-header, .doc-footer {
}

.doc-header-right, .doc-footer-right, .doc-header-left, .doc-footer-left {
	width: 100%;
	position: relative;
}

.doc-header-right, .doc-footer-right {
	text-align: right;
	right: 20px;
}

.doc-header-left, .doc-footer-left {
	text-align: left;
	left: 20px;
}

.doc-page-number {
}

.doc-header-right p, .doc-header-left p, .doc-header-right div, .doc-header-left div {
	margin: 0;
}

/**** Table of contents (ToC) styles ****/

.doc-toc {
}

.doc-toc-title {
	font-family: Tw Cen MT Condensed, Calibri, Arial, Verdana, Tahoma, sans-serif; 
	font-weight: bold;
	font-variant: small-caps;
	color: #1E2F58;
}

.doc-toc-text {
}

a.doc-toc-level-1  {
	font-family: Tw Cen MT Condensed, Calibri, Arial, Verdana, Tahoma, sans-serif; 
	font-weight: bold;
	font-variant: small-caps;
	color: #1D70B7 !important;
	padding-left: 5px;
}

a.doc-toc-level-2 {
	color: #1E2F58 !important;
	padding-left: 20px;
}

a.doc-toc-level-3 {
	color: #1E2F58 !important;
	padding-left: 30px;
}

a.doc-toc-level-4 {
	font-style: italic;
	color: #1E2F58 !important;
	padding-left: 40px;
}

a.doc-toc-level-5 {
	color: #1D70B7 !important;
	padding-left: 50px;
}

a.doc-toc-level-6 {
	font-style: italic;
	color: #1D70B7 !important;
	padding-left: 60px;
}

a.doc-toc-level-7 {
	font-style: italic;
	color: #1D70B7 !important;
	padding-left: 70px;
}

/**** Chapter break / Section styles ****/

.doc-chapter-page {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.doc-chapter-page-title {
	font-family: Tw Cen MT Condensed, Calibri, Arial, Verdana, Tahoma, sans-serif; 
	font-weight: bold;
	font-variant: small-caps;
	color: #1E2F58;
	text-align: center;
	width: 100%;
	margin: auto;
	border-bottom: 2px solid #1D70B7;
}

/**** Headings ****/

.doc-heading-h1, .doc-heading-h2, .doc-heading-h3, .doc-heading-h4, .doc-heading-h5, .doc-heading-h6, h1, h2, h3, h4, h5, h6 {
	font-family: Tw Cen MT Condensed, Calibri, Arial, Verdana, Tahoma, sans-serif; 
	font-weight: bold;
}

.doc-heading-h1, .doc-heading-h2, .doc-heading-h3, h1, h2, h3 {
	font-variant: small-caps;
}

.doc-heading-h1, h1 {
	color: #1E2F58;
}

.doc-heading-h2, h2 {
	color: #1D70B7;
}

.doc-heading-h3, h3 {
	color: #1D70B7;
}

.doc-heading-h4, .doc-heading-h5, h4, h5 {
	font-variant: small-caps;
	color: #1D70B7;
}

.doc-heading-h4, h4 {
}

.doc-heading-h6, h6 {
	color: #1D70B7;
}

.doc-heading-h1 + div, h1 + div {
}

/**** Warning, note & code block styles ****/

div.doc-block-important, div.doc-block-note, div.doc-block-invisible {
    background-size: 2.5rem 2.5rem;
    background-position: 5px center;
    background-repeat: no-repeat;
    border: 1px solid transparent;
    border-radius: 5px;
    min-height: 45px;
	min-height: calc(2.5rem + 10px);
	padding: 0.8rem 5px;
	padding-left: 50px;
	padding-left: calc(2.5rem + 15px);
	text-align: left; 
	text-justify: distribute-all-lines;
	position: relative;
	page-break-inside: avoid;
}

div.doc-block-important *:first-child, div.doc-block-note *:first-child, div.doc-block-invisible *:first-child {
	margin-top: 0;
}

div.doc-block-important *:last-child, div.doc-block-note *:last-child, div.doc-block-invisible *:last-child {
	margin-bottom: 0;
}

div.doc-block-important {
	background-image: url("../images/warning.svg");
	background-color: #fcefdc;
    border-color: #fbe8cd;
    color: #7d5a29;
	font-weight: bold;
	font-style: italic;
}

div.doc-block-note {
	background-image: url("../images/note.svg");
	background-color: #d1ecf1;
    border-color: #d1edf6;
	color: #2f6473;
	font-weight: bold;
    font-style: italic;
}

div.doc-block-invisible {
	background-image: url("../images/invisible.svg");
	background-color: #f7dddc;
	border-color: #f4cfce;
}

div.doc-block-code {
	font-family: Monospace, Courier New;
	font-weight: bold;
	padding: 5px 10px;
	background-color: #F9F9F9;
    border: 1px dashed #A4BDD2;
	line-height: 1.2;
	text-align: left; 
}

div.doc-block-code  p {
	margin: 5px 0 !important;
}

div.doc-block-inner {
	margin-left: 40px;
}

/**** Other list & character styles ****/

.doc-characters-product-name {
	font-variant: small-caps;
	display: inline-block;
}

.doc-screenshot, p.doc-screenshot, img.doc-screenshot {
	text-align: center;
	padding: 12px;
	border-top: 1px dotted #A4BDD2;
	border-bottom: 1px dotted #A4BDD2;
}

.doc-screenshot-caption, span.doc-screenshot-caption {
	display: block;
	text-align: center;
}

.doc-screenshot-magnifier {
	position: relative;
}

.doc-screenshot-magnifier > div:first-child {
	position: absolute;
	border: 1px solid #1D70B7;
	overflow: hidden;
	margin: 10px 0 0 0;
}

.doc-screenshot-magnifier > div:last-child {
	position: absolute;
	left: 100px; 
	top: 100px;
	border: 1px solid #1D70B7;
	overflow: hidden;
	margin: 0 0 0 0;
}

span.doc-characters-interface {
	font-weight: bold;
	color: #1E2F58;
}

div.doc-block-important span.doc-characters-interface {
	color: #000000;
}

span.doc-characters-example, div.doc-characters-example {
	font-style: italic;
}

div.doc-characters-result {
	font-style: normal;
	color: #1E2F58;
}

span.doc-characters-important {
	color: #1E2F58;
	font-weight: bold;
}

span.doc-characters-lookatme {
	color: #1E2F58;
	font-weight: bold;
}

span.doc-characters-foreign {
	font-style: italic;
}

span.doc-characters-interface .doc-characters-product-name,
span.doc-characters-lookatme .doc-characters-product-name {
	font-variant: normal !important;
}

div.doc-block-important span.doc-characters-foreign, div.doc-block-note span.doc-characters-foreign,
div.doc-block-invisible span.doc-characters-foreign,
div.doc-characters-example span.doc-characters-foreign, div.doc-characters-result span.doc-characters-foreign {
	font-style: normal !important;
}

span.doc-characters-code {
	font-family: Monospace, Courier New;
	font-weight: bold;
	color: #1D70B7;
}

div.doc-block-important span.doc-characters-code {
	color: #000000;
}

div.doc-block-note span.doc-characters-code, div.doc-block-invisible span.doc-characters-code {
	color: #1E2F58;
}

a.doc-characters-link, a:not(.doc-link) {
	text-decoration: underline;
	color: #1D70B7;
}

a.doc-characters-link span, a:not(.doc-link) span {
	text-decoration: underline;
}

ul.doc-bullet-list, ul {
}

ol.doc-numbered-list, ol {
}

li::-moz-list-bullet {
	color: #1D70B7;
}

li::-moz-list-number {
	color: #1D70B7;
}

li::marker {
	color: #1D70B7;
}

dl.doc-definition-list, dl {
}

dt.doc-definition-term, dt {
	font-weight: bold;
	color: #1D70B7;
}

dd.doc-definition-description, dd {
}

dd > ul, dd > ol {
	padding-left: 20px;
}

table.doc-table, table {
	border-collapse: collapse;
}

table.doc-table th, table.doc-table td, table th, table td {
    padding: 5px;
    border: 1px dotted #A4BDD2;
}

table.doc-table th, table th {
	text-align: center;
	border-bottom: 2px solid #1D70B7 !important;
}

p, dl, div {
	margin: 10px 0px;
}

strong, b {
	color: #1E2F58;
}

.doc-link {
}

/** Javadoc styles **/

div.javadoc-name {
	border: 1px solid #9EADC0;
	background: #EEEEEF;
	padding: 2px 10px;
	text-align: left;
}

div.javadoc-name pre {
	margin: 0;
	white-space: normal;
}

div.javadoc-comment {
	margin-left: 40px;
	text-align: left;
}

a.javadoc-link {
	text-decoration: underline;
	color: #1D70B7;
}

a.javadoc-anchor {
	text-decoration: none;
	color: inherit;
}

table.javadoc-table, div.javadoc-comment > table {
	border: 1px dotted #9EADC0;
	border-collapse: collapse;
	text-align: left;
	width: 100%;
}

table.javadoc-table th, div.javadoc-comment > table th {
	text-align: center;
	background: #DEE3E9;
	border: 1px dotted #9EADC0;
	padding: 2px;
}

table.javadoc-table tr:nth-child(even), div.javadoc-comment > table tr:nth-child(even) {
	background: #FFFFFF;
}

table.javadoc-table tr:nth-child(odd), div.javadoc-comment > table tr:nth-child(odd) {
	background: #EEEEEF;
}

table.javadoc-table td, div.javadoc-comment > table td {
	border: 1px dotted #9EADC0;
	padding: 2px;
}

/********************************************** 
 * Print: PRINCE XML CSS styles (pdf display)
 **********************************************/

.chapter-break-page-footer {
	string-set: coverpagefooter content();
	display: none;
}

@page {
	size: A4;
	margin: 70pt 50pt 70pt 50pt;
	font-family: "Segoe UI", Calibri, Verdana, Arial, Tahoma, sans-serif;
	font-size: 11pt;
}

@page:blank {
	@top {
		content: none;
	};
	@top-left-corner {
		content: none;
	}
	@top-left {
		content: none;
	};
	@top-right {
		content: none;
	};
	@bottom {
		content: none;
	}
	@bottom-left {
		content: none;
	};
	@bottom-right {
		content: none;
	};
}

@page:right { 
	@top-right {
		content: counter(page); 
		background-color: #1D70B7;
		color: white;
		font-size: 10pt;
		text-align: center;
		width: 80px;
		margin: 28pt -50pt 30pt -50pt;
	}
	@top-center {
		content: flow(docheaderright);
		margin-right: 50pt;
	}
	@bottom-center {
		content: flow(docfooter);
	};
}

@page:left { 
	@top-left { 
		content: counter(page); 
		background-color: #1D70B7;
		color: white;
		font-size: 10pt;
		text-align: center;
		width: 80px;
		margin: 28pt -50pt 30pt -50pt;
	}
	@top-center {
		content: flow(docheaderleft);
		margin-left: 50pt;
	}
	@bottom-center {
		content: flow(docfooter);
	};
}

@page coverpage {
	margin: 70pt 0 70pt 0;

	display: block;
	counter-reset: page 1;
	background: #1D70B7;
	
	@top {
		content: none;
	};
	@top-right {
		content: none;
	}
	@top-left-corner {
		content: flow(doccoverpageheader);
		/*margin-left: -35pt;
		margin-right: -35pt;*/
	}
	@bottom {
		content: flow(doccoverpagefooter);
		color: #1E2F58;
	};
	@bottom-right {
		content: none;
	};
	@bottom-left {
		content: none;
	}
}

@page coverpage:blank {
	background: #FFFFFF;
	
	@top-left-corner {
		content: none;
	};
	@bottom {
		content: none;
	}
}

@page toc {
}

@page chapterbreakpage {
	display: block;
}

@media print {
	html,
	body {
		font-size: 11pt;
	}

	.doc-page-break-before {
		page-break-before: always;
	}
	.doc-page-break-after {
		page-break-after: always;
	}
	.doc-page-break-avoid {
		page-break-inside: avoid;
	}

	/* Cover page styles for media print */
	
	.doc-cover-page {
		display: block;
		page: coverpage;
		page-break-after: right;
	}
	.doc-cover-page h1, .doc-cover-page h2, .doc-cover-page span {
		page-break-before: avoid;
	}
	.doc-cover-page-product-name {
		font-size: 24pt;
	}
	.doc-cover-page-release {
	}
	.doc-cover-page-title {
		font-size: 40pt;
		margin-top: 50px;
		padding: 0 50pt;
		line-height: 1.2;
		color: #FFFFFF !important;
		border-bottom: none !important;
	}
	.doc-cover-page-subtitle {
		font-size: 22pt;
		margin-top: 50px;
		padding: 20px 50pt;
		background: #FFFFFF; 
	}
	.doc-cover-page-info {
		font-size: 11pt;
	}
	.doc-cover-page-copyright {
		font-size: 11pt;
	}
	.doc-cover-page-writer,
	.doc-cover-page-revisor {
		color: #FFFFFF;
		padding: 0 50pt;
	}
	.doc-cover-page-footer {
		color: #FFFFFF;
		padding: 0 50pt;
		flow: static(doccoverpagefooter);
	}
	.doc-cover-page-org-logo {
		flow: static(doccoverpageheader);
	}
	.doc-cover-page span:not(.doc-cover-page-footer):not(.doc-characters-product-name) {
		display: block;
		margin-right: auto;
		margin-left: auto;
		width: 98%;
	}
	
	/**** Header & Footer styles for media print ****/
	
	.doc-header, .doc-footer, .doc-header-right, .doc-footer-right, .doc-header-left, .doc-footer-left, .doc-page-number  {
		font-size: 10pt;
	}

	.doc-header {
		flow: static(docheader);
	}
	.doc-footer {
		flow: static(docfooter);
	}
	
	.doc-header-left {
		flow: static(docheaderleft);
	}
	.doc-header-right {
		flow: static(docheaderright);
	}
	
	/**** Table of contents (ToC) styles for media print ****/
	
	.doc-toc {
		page: toc;
		line-height: 1.5;
		page-break-before: right;
		page-break-after: right;
	}
	.doc-toc a, .doc-toc a span {
		text-decoration: none;
	}
	.doc-toc a::after {
		content: leader(".") target-counter(attr(href), page);
	}
	a.doc-toc-level-1 {
		font-size: 14pt;
	}
	a.doc-toc-level-2 {
		font-size: 12pt;
	}
	a.doc-toc-level-3 {
		font-size: 11pt;
	}
	a.doc-toc-level-4 {
		font-size: 11pt;
	}
	a.doc-toc-level-5 {
		font-size: 11pt;
	}
	a.doc-toc-level-6 {
		font-size: 11pt;
	}
	a.doc-toc-level-7 {
		font-size: 10pt;
	}
	
	.doc-toc-level-1 {
		page-break-after: avoid;
		page-break-before: auto;
	}
	
	.doc-toc-level-2, .doc-toc-level-3, .doc-toc-level-4, .doc-toc-level-5, .doc-toc-level-6, .doc-toc br {
		page-break-before: avoid;
		page-break-after: avoid;
	}
	
	.doc-toc-level-7 {
		page-break-before: avoid;
		page-break-after: auto;
	}
	
	/**** Chapter break / Section styles for media print ****/
	
	.doc-chapter-page {
		display: block;
		page: chapterbreakpage;
		page-break-before: right;
		page-break-after: right;
		line-height: 1.2;
	}
	.doc-chapter-page-title {
		font-size: 40pt;
		margin-top: 400px;
	}
	.doc-chapter-page-subtitle {
	}
	
	/**** Headings ****/
	
	.doc-heading-h1, h1 {
		font-size: 18pt;
		page-break-before: always;
	}
	.doc-heading-h2, h2 {
		font-size: 18pt;
	}
	.doc-heading-h3, h3 {
		font-size: 18pt;
	}
	.doc-heading-h4, h4 {
		font-size: 16pt;
	}
	.doc-heading-h5, h5 {
		font-size: 16pt;
	}
	.doc-heading-h6, h6 {
		font-size: 14pt;
	}
	
	/** Quotes (note: Prince XML does not support "quotes:" style) */
	
	div.doc-block-important:lang(fr) span.doc-characters-interface:before, 
	div.doc-block-note:lang(fr) span.doc-characters-interface:before,
	div.doc-block-invisible:lang(fr) span.doc-characters-interface:before,
	div.doc-block-important:lang(fr) span.doc-characters-code:before, 
	div.doc-block-note:lang(fr) span.doc-characters-code:before,
	div.doc-block-invisible:lang(fr) span.doc-characters-code:before {
		content: "«\0000a0"; 
	}
	div.doc-block-important:lang(fr) span.doc-characters-interface:after, 
	div.doc-block-note:lang(fr) span.doc-characters-interface:after,
	div.doc-block-invisible:lang(fr) span.doc-characters-interface:after,
	div.doc-block-important:lang(fr) span.doc-characters-code:after, 
	div.doc-block-note:lang(fr) span.doc-characters-code:after,
	div.doc-block-invisible:lang(fr) span.doc-characters-code:after {
		content: "\0000a0»"; 
	}
	div.doc-block-important:lang(ro) span.doc-characters-interface:before, 
	div.doc-block-note:lang(ro) span.doc-characters-interface:before,
	div.doc-block-invisible:lang(ro) span.doc-characters-interface:before,
	div.doc-block-important:lang(ro) span.doc-characters-code:before, 
	div.doc-block-note:lang(ro) span.doc-characters-code:before,
	div.doc-block-invisible:lang(ro) span.doc-characters-code:before {
		content: "„"; 
	}
	div.doc-block-important:lang(ro) span.doc-characters-interface:after, 
	div.doc-block-note:lang(ro) span.doc-characters-interface:after,
	div.doc-block-invisible:lang(ro) span.doc-characters-interface:after,
	div.doc-block-important:lang(ro) span.doc-characters-code:after, 
	div.doc-block-note:lang(ro) span.doc-characters-code:after,
	div.doc-block-invisible:lang(ro) span.doc-characters-code:after {
		content: "”"; 
	}
	div.doc-block-important span.doc-characters-interface:before, 
	div.doc-block-note span.doc-characters-interface:before,
	div.doc-block-invisible span.doc-characters-interface:before,
	div.doc-block-important span.doc-characters-code:before, 
	div.doc-block-note span.doc-characters-code:before,
	div.doc-block-invisible span.doc-characters-code:before {
		content: "“"; 
	}
	div.doc-block-important span.doc-characters-interface:after, 
	div.doc-block-note span.doc-characters-interface:after,
	div.doc-block-invisible span.doc-characters-interface:after,
	div.doc-block-important span.doc-characters-code:after, 
	div.doc-block-note span.doc-characters-code:after,
	div.doc-block-invisible span.doc-characters-code:after {
		content: "”"; 
	}
	
	/** Other */
	
	div.doc-block-code,
	span.doc-characters-code {
		font-size: 9pt;
	}
	
	div.doc-block-invisible {
		display: none;
	}
	
	div + .doc-screenshot, p + .doc-screenshot {
		page-break-before: avoid;
	}
	
	.doc-screenshot-caption {
		page-break-before: avoid;
	}
}

/********************************************** 
 * Screen : CSS styles (browser display)
 **********************************************/
 
@media screen {
	html {
		font-size: 14px;
	}

	body {
		font-size: 1rem;
	}
	
	.doc-page-break-before, .doc-page-break-after {
		background: url("../../../images/ico16/pagebreak.png") no-repeat scroll center
			center transparent;
		border-bottom: 1px dotted #999999;
		border-top: 1px dotted #999999;
		clear: both;
		cursor: default;
		height: 5px;
		padding: 0;
		width: 100%;
	}
	.doc-page-break-avoid {
		border: 1px dotted #c0c0c0;
		padding: 2px;
	}
	
	/* Cover page styles for media screen */
	
	.doc-cover-page { 
	}
	.doc-cover-page-product-name {
		font-size: 1.4rem;
	}
	.doc-cover-page-title {
		font-size: 2rem;
		margin-top: 10px;
		margin-bottom: 5px;
	}
	.doc-cover-page-subtitle {
		font-size: 1.6rem;
		margin-top: 5px;
		margin-bottom: 10px;
	}
	.doc-cover-page-writer {
	}
	.doc-cover-page-revisor {
	}
	.doc-cover-page-info {
		font-size: 1rem;
	}
	.doc-cover-page-footer {
		font-size: 1rem;
		margin-top: 10px;
		display: block;
	}
	.doc-cover-page span:not(.doc-cover-page-footer):not(.doc-characters-product-name) {
		display: block;
	}
	
	/**** Header & Footer styles for media screen ****/

	.doc-header, .doc-footer, .doc-header-right, .doc-footer-right, .doc-header-left, .doc-footer-left, .doc-page-number  {
		font-size: 1rem;
	}

	.doc-header {
		display: none;
	}
	.doc-footer {
		display: none;
	}
	
	/**** Table of contents (ToC) styles for media screen ****/
	
	.doc-toc {
		/*line-height: 1.5;*/
	}
	a.doc-toc-level-1 {
		font-size: 1.2rem;
	}
	a.doc-toc-level-2, a.doc-toc-level-3, a.doc-toc-level-4, a.doc-toc-level-5, a.doc-toc-level-6, a.doc-toc-level-7 {
		font-size: 1rem;
	}
	.doc-toc a span {
		text-decoration: underline;
	}

	/**** Chapter break / Section styles for media print ****/
	
	.doc-chapter-page { 
		line-height: 1.1;
	}
	.doc-chapter-page-title {
		font-size: 1.6rem;
	}
	.doc-chapter-page-subtitle {
	}
	
	/**** Headings ****/
	
	.doc-heading-h1, h1 {
		font-size: 1.6rem;
	}
	.doc-heading-h2, h2 {
		font-size: 1.5rem;
	}
	.doc-heading-h3, h3 {
		font-size: 1.4rem;
	}
	.doc-heading-h4, h4 {
		font-size: 1.3rem;
	}
	.doc-heading-h5, h5 {
		font-size: 1.2rem;
	}
	.doc-heading-h6, h6 {
		font-size: 1.1rem;
	}
	
	/** Quotes */
	
	body {
		quotes: "“" "”";
	}
	body:lang(ro) {
		quotes: "„" "”";
	}
	body:lang(fr) {
		quotes: "«\0000a0" "\0000a0»";
	}
	div.doc-block-important span.doc-characters-interface:before,
	div.doc-block-note span.doc-characters-interface:before,
	div.doc-block-invisible span.doc-characters-interface:before,
	div.doc-block-important span.doc-characters-code:before,
	div.doc-block-note span.doc-characters-code:before,
	div.doc-block-invisible span.doc-characters-code:before {
		content: open-quote; 
	}
	div.doc-block-important span.doc-characters-interface:after,
	div.doc-block-note span.doc-characters-interface:after,
	div.doc-block-invisible span.doc-characters-interface:after,
	div.doc-block-important span.doc-characters-code:after,
	div.doc-block-note span.doc-characters-code:after,
	div.doc-block-invisible span.doc-characters-code:after {
		content: close-quote; 
	}

	/* Other */
	
	div.doc-block-code,
	span.doc-characters-code {
		font-size: 0.9rem;
	}
	
	/* Included doc/block markup */
	
	.doc-included-markup {
		background-color: #E5E5E5;
	}
	
	div.doc-included-markup {
		margin: 0 !important;
	}
	
	/* Invisible block */
	
	#help-content div.doc-block-invisible {
		display: none;
	}
	
}
