<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Minification failed. Returning unminified contents.
(117,20): run-time error CSS1039: Token not allowed after unary operator: '-line-height-large'
(287,35): run-time error CSS1046: Expect comma, found '0'
(287,39): run-time error CSS1046: Expect comma, found '/'
(485,32): run-time error CSS1046: Expect comma, found '0'
(485,36): run-time error CSS1046: Expect comma, found '/'
(485,62): run-time error CSS1046: Expect comma, found '0'
(485,66): run-time error CSS1046: Expect comma, found '/'
(485,95): run-time error CSS1046: Expect comma, found '0'
(485,99): run-time error CSS1046: Expect comma, found '/'
 */
.hljs {
	display: block;
	overflow-x: auto;
	padding: .5em;
	background: #f0f0f0
}

.hljs, .hljs-subst {
	color: #444
}

.hljs-comment {
	color: #888
}

.hljs-attribute, .hljs-doctag, .hljs-keyword, .hljs-meta-keyword, .hljs-name, .hljs-selector-tag {
	font-weight: 700
}

.hljs-deletion, .hljs-number, .hljs-quote, .hljs-selector-class, .hljs-selector-id, .hljs-string, .hljs-template-tag, .hljs-type {
	color: #d14
}

.hljs-section, .hljs-title {
	color: #d14;
	font-weight: 700
}

.hljs-link, .hljs-regexp, .hljs-selector-attr, .hljs-selector-pseudo, .hljs-symbol, .hljs-template-variable, .hljs-variable {
	color: #bc6060
}

.hljs-literal {
	color: #78a960
}

.hljs-addition, .hljs-built_in, .hljs-bullet, .hljs-code {
	color: #397300
}

.hljs-meta {
	color: #1f7199
}

.hljs-meta-string {
	color: #4d99bf
}

.hljs-emphasis {
	font-style: italic
}

.hljs-strong {
	font-weight: 700
}

/*The styles here are specific to the Discourse markdown content */
/* For general templating styles use site.css */

.bp3-heading {
	font-weight: normal;
	margin-top: 60px;
}

.markdown_viewer h1,
.markdown_viewer h2,
.markdown_viewer h3,
.markdown_viewer h4 {
	line-height: 30px;
	font-weight: normal;
	color: #333;
	margin-top: 2rem;
}

.markdown_viewer img {
	margin: 20px 0;
	max-width: 690px !important;
}

blockquote {
	background-color: #efefef;
	border-left: solid 5px #3B71CA;
	-ms-border-radius: 5px;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 12px;
	margin: 25px 0;
}

@media (max-width: 780px) {
	.markdown_viewer img {
		width: 90%;
		height: auto;
	}
}

body {
	padding: 0;
	margin: 0;
}

.staging-mode-container &gt; .smc-item &gt; a {
	color: #09f;
}

kbd {
	align-items: center;
	border: 1px solid #ccc;
	background: white;
	border-bottom-width: 2px;
	border-radius: 3px;
	box-sizing: border-box;
	color: #333;
	display: inline-flex;
	gap: 0 0.5em;
	justify-content: center;
	line-height: var(--line-height-large);
	margin: 0 0.15em;
	min-width: 24px;
	padding: 0.15em 0.6em;
}

.text_style {
	font-family: Roboto, Arial;
	font-size: 14px;
	color: rgb(38,38,38);
	font-weight: normal;
	line-height: 25px;
}

	.text_style a {
		color: #337ab7;
		text-decoration: none;
	}

		.text_style a:hover {
			text-decoration: underline;
		}

.page_container {
	width: 100%;
	display: flex;
	flex-direction: row;
	padding: 0;
}

.menu_lh {
	width: 300px;
	border-right: solid 1pt #ccc;
	box-sizing: border-box;
}

.menu_items {
	margin: 20px 0;
}

.page_content {
	flex: 1;
	padding-bottom:120px;
}

.inner_content {
	width: 90%;
	max-width: 1400px;
	min-height: 500px;
	margin: 30px auto;
}

.logo_container {
	width: 100%;
	padding: 15px 10px;
	box-sizing: border-box;
}

	.logo_container &gt; a &gt; img {
		max-width: 220px;
	}

.footer_container {
	width: 100%;
	padding: 30px 0;
	text-align: center;
	border-top: solid 1pt #ccc;
	font-family: Roboto, Arial;
	font-size: 13px;
	color: #999;
}

.footer_container a {
	color: #444;
	text-decoration: none;
}

.footer_container &gt; div {
	padding: 6px 0;
}

	.menu_items &gt; ul {
		padding: 0;
		line-height: 22px;
	}

	.menu_items &gt; ul &gt; li {
		list-style: none;
		border-left: solid 5px #ccc;
	}

		.menu_items &gt; ul &gt; li:hover {
			background-color: #efefef;
			border-left: solid 5px #4c7fff;
		}

		.menu_items &gt; ul &gt; li &gt; a {
			padding: 5px 10px;
			color: #999;
			text-decoration: none;
			display: block;
		}

			.menu_items &gt; ul &gt; li &gt; a:hover {
				text-decoration: none;
			}

.toc_wrapper {
	position: absolute;
	top: 126px;
	right: 0;
	width: 86px;
}

.toc_toggle {
	background-color: #4c7fff;
	color: white;
	padding: 6px;
	width: 122px;
	cursor: pointer;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	text-align: center;
}

.toc_box ul {
	padding-left: 15px;
}

	.toc_box ul li {
		list-style: none;
	}

		.toc_box ul li:before {
			font-family: 'FontAwesome';
			content: '\f0da';
			margin: 0 8px 0 -5px;
			color: #337ab7;
		}

.toc_header {
	padding: 8px 0;
	border-bottom: solid 1pt #ccc;
}

.toc_footer {
	width: 100%;
	background-color: #efefef;
	color: #333;
	text-align: right;
	box-sizing: border-box;
	padding: 10px;
	cursor: pointer;
}


.toc_toggle &gt; i {
	margin-right: 7px;
}

.toc_box {
	display: none;
	border: solid 1pt #ccc;
	width: 250px;
	border-radius: 4px;
	webkit-box-shadow: 0 1px 23px 5px rgba(0,0,0,.08);
	-moz-box-shadow: 0 1px 23px 5px rgba(0,0,0,.08);
	box-shadow: 0 1px 23px 5px rgb(0 0 0 / 8%);
	background-color: white;
	z-index: 99;
	padding: 0;
}

.toc_box_inner {
	box-sizing: border-box;
	padding: 15px 25px 15px 15px;
	width: 100%;
}

.staging-mode-container {
	width: 100%;
	background-color: #333;
	color: white;
	display: flex;
	box-sizing: border-box;
	padding: 7px;
}

	.staging-mode-container &gt; .smc-item {
		margin: 0 7px;
	}

		.staging-mode-container &gt; .smc-item &gt; i {
			margin-right: 7px;
		}

.topic-title {
	margin: 40px 0 60px;
	border-bottom: solid 1pt #f5f5f5;
	padding: 14px 0px;
}

	.topic-title h1 {
		font-size: 2em;
		line-height: 1.2;
		overflow-wrap: break-word;
		width: 100%;
		color: #333;
		margin: 0;
		font-weight: normal;
	}

.category-title {
	margin-bottom: 25px;
}

	.category-title h1 {
		overflow-wrap: break-word;
		width: 100%;
		color: #333;
		margin: 0;
		font-weight: normal;
	}



.topic-category {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.badge-wrapper {
	font-size: .8706em;
	white-space: nowrap;
	position: relative;
	display: inline-flex;
	align-items: baseline;
	text-decoration: none !important;
}

	.badge-wrapper.bullet .badge-category-parent-bg,
	.badge-wrapper.bullet .badge-category-bg {
		flex: 0 0 auto;
		width: 9px;
		height: 9px;
		margin-right: 5px;
		display: inline-block;
	}

	.badge-wrapper.bullet {
		margin-right: 12px;
	}

		.badge-wrapper.bullet span.badge-category {
			color: #646464;
			overflow: hidden;
			text-overflow: ellipsis;
		}

	.badge-wrapper .badge-category {
		display: inline-flex;
		align-items: baseline;
	}

		.badge-wrapper .badge-category .category-name {
			text-overflow: ellipsis;
			overflow: hidden;
		}

.search-bar {
	border-bottom: 1px solid #ccc;
	padding: 14px;
	width: 100%;
	box-sizing: border-box;
	min-height: 64px;
}

.search-bar&gt;i {
	margin: 0 12px;
	font-size: 16px;
	color: #999;
}


	.search-bar .search-block {
		display: inline-block;
	}

	.search-bar .search-loading {
		font-size: 18px;
		color: #cccccc;
		display: none;
	}

		.search-bar .search-loading i {
			margin: 0;
			font-size: 22px;
		}

	.search-bar .svg-inline-search {
		width: 1em;
	}

	.search-bar .search-input {
		width: 85%;
		outline: 0;
		border: 0;
		background-color: transparent;
		font-size: 16px;
		padding: 8px 4px;
	}

	.search-bar .search-button {
		padding-bottom: 6.5px;
		padding-top: 6.5px;
		background-color: #4c7fff !important;
		box-sizing: border-box;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		margin: 0;
		padding: 0.53em 0.8em;
		border: none;
		font-weight: normal;
		font-size: 1em;
		line-height: normal;
		color: #fff;
		background: #08c;
		cursor: pointer;
		transition: all 0.25s;
	}

		.search-bar .search-button svg {
			height: 1em;
			width: 1em;
			line-height: 1;
			display: inline-flex;
			position: relative;
			vertical-align: -0.125em;
			fill: currentColor;
			flex-shrink: 0;
			overflow: visible;
			margin-right: 0;
			color: #fff;
		}

.search-result .blurb {
	font-size: 1em;
	line-height: 1.4;
	max-width: 640px;
	color: #919191;
}

.menu_lh_toggle {
	background-color: #efefef;
	color: #333;
	font-size: 22px;
	padding: 6px;
	width: 25px;
	float: left;
	cursor: pointer;
	-ms-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	display: none;
	box-shadow: 0 1px 3px 0 rgb(0 0 0 / 20%), 0 1px 1px 0 rgb(0 0 0 / 14%), 0 2px 1px -1px rgb(0 0 0 / 12%);
}

.menu_lh_hide {
	color: #999;
	font-size: 22px;
	height: 25px;
	text-align: right;
	padding: 0 10px;
	cursor: pointer;
	display: none;
}


.tbl_category_index,
.tbl_search_results {
	width: 100%;
	box-sizing: border-box;
}

.tbl_category_index {
	padding: 12px 0;
}

	.tbl_category_index &gt; tbody &gt; tr &gt; td:first-child {
		width: 60px;
		text-align: center;
		color: #337ab7;
	}

	.tbl_search_results &gt; tbody &gt; tr &gt; td {
		border-bottom: solid 1pt #f5f5f5;
		padding: 15px 0;
	}

.tbl_category_index .raw-topic-link,
.tbl_search_results .raw-topic-link {
	font-size: 16px;
}

.search-helper &gt; i {
	margin: 0 8px;
}

@media (max-width: 1550px) {
	.search-bar &gt; .search-input {
		width: 70%;
	}

}

@media (max-width: 1080px) {
	.menu_lh {
		display: none;
	}
	.menu_lh_toggle {
		display: inline-block;
	}
	.menu_lh_hide {
		display: block;
	}
}

@media (max-width: 450px) {
	.search-bar &gt; .search-input {
		width: 50%;
	}
}
</pre></body></html>