@page {
	margin-top: 0.5in;
	margin-bottom: 0.5in;
	width: 8.5in;
	height: 11in;
}
.lang-header,
.wrapper .lang-btn-box,
.wrapper .lang-btn,
.stretch,
.drawer,
.footer,
.header,
.backdrop .backdrop-paper,
.backdrop-paper:after,
.toggle,
#toggle-drawer:checked~.overlay,
.toggle-drawer .overlay,
.article pre,
.article pre * {
	display: none;
}

/* Displaying link color and link behaviour */
a:link,
a:visited,
a {
	background: transparent;
	font-weight: 600;
	text-decoration: underline;
	text-align: left;
	color: #000;
}

a {
	page-break-inside: avoid
}
header,
nav,
footer {
	display: none;
}

img {
	max-width: 90% !important;
}

body,
input {
	font-size: 12pt;
	color: #000000;
	background: #fff;
}
.printpagebreak {
	page-break-before: always;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	color: #000000;
}
h1 {
	font-size: 24pt;	
}
h2 {
	font-size: 20pt;
	margin-top: 25px;
	font-weight: 700;
}
h3, h4, h5, h6 {
	font-size: 16pt;
}
ul, li {
	list-style: solid;
}

table {
	font-size: 12pt;
	white-space: pre-wrap;
	border: 1px solid #566068;
	border-spacing: 0;
	page-break-inside: avoid;
}

th,
td {
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	margin: 10px;
	border: 1px solid #a5acb2;
}
th {
	white-space: nowrap;
}
th div.text-div-center {
	padding: 0px;
}
td div.text-div-center-large, td div.text-div-left-large {
	padding: 0px;
}
td figure,
td figure img {
  padding: 5px;
  margin: 0px;
  vertical-align: middle;
}
.wrapper ol,
.wrapper p,
.wrapper ul {
	margin-top: 1em;
	font-size: inherit;
	margin-right: 10px
}
td > ul {
	margin-top: .1em;
	padding-top: 1px;
}

.wrapper li p {
	display: inline
}

.article .wrapper {
	margin: 0.5in;
	width: 8.5in;
	max-width: 100%;
}
.article .data table td {
	font-size: 12pt;
}

.admonition {
	page-break-inside: avoid;
	border: 3px #a5acb2 double;
	font-size: 12pt;
	line-height: 1.5em;
	margin-top: 3px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-left: 15px;
	padding-right: 5px;
	padding-bottom: 5px;
	max-width: 100%;
}
.admonition p {
	margin: 6px 0px 0px 0px;
}

.admonition>:first-child {
	margin-bottom: 5px;
	margin-top: 10px;
	margin-left: -2px;
}

.admonition .admonition-title {
	font-size: 12pt;
	text-transform: uppercase;
	font-weight: 600;
}

.admonition .admonition-title:before {
	content: "\e611 ";
	display: block;
	float: left;
	font-family: icon;
	font-size: 12pt;
	margin-right: 10px
}

.admonition.warning .admonition-title:before {
	content: "\ea08";
}
.admonition.tip .admonition-title:before {
	content: "\e9d9";
}
.admonition.search .admonition-title:before {
	content: "\e600";
}
.admonition.info .admonition-title:before {
	content: "\e91f";
}
.admonition.link .admonition-title:before {
	content: "\e9cb";
}
td div.admonition, td div.admonition p {
	font-size: 12pt;
	line-height: 1.5em;
	margin-top: -5px;
	padding-top: 0px;
	max-width: 95%;
}
td div.admonition p.admonition-title {
	font-size: 12pt;
	margin-top: -5px;
	margin-bottom: -10px;
	padding-top: 0px;
	max-width: 95%;
}

.icon {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icon' !important;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon .icon-search:before {
	content: "\e600";
}

.icon .icon-chevron-right:before {
	content: "\e602";
}

.icon .icon-menu:before {
	content: "\e604";
}

.icon .icon-arrow-forward:before {
	content: "\e605";
}

.icon .icon-twitter:before {
	content: "\e606";
}

.icon .icon-star:before {
	content: "\e609";
}

.icon .icon-warning:before {
	content: "\e610";
}

.icon .icon-bullhorn:before {
	content: "\e91a";
}

.icon .icon-book:before {
	content: "\e91f";
}

.icon .icon-link:before {
	content: "\e9cb";
}

.icon .icon-star-empty:before {
	content: "\e9d7";
}

.icon .icon-point-right:before {
	content: "\ea04";
}

.icon .icon-warning2:before {
	content: "\ea07";
}
figure.align-image-center, figure.pad-top {
    margin-left: 5px;
	margin-right: 5px;
	width: 100%;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}