<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body, h1, h2, h3, h4, h5, h6, h7 {
   margin: 0;
   padding: 0;
}

.document-image-holder {
	margin:10px;
	border:1px solid black;
}

.document-image-holder-left {
	float:left;
}

.document-image-holder-right {
	float:right;
}

.document-image {
	margin-top:2px;
	margin-bottom:2px;
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.width-1percent {
	width: 1%;
}

.width-33percent {
	width: 33%;
}

.width-100percent {
	width: 100%;
}

.width-80percent {
	width: 80%;
}

.width-70percent {
	width: 70%;
}

.width-95percent {
	width: 95%;
}

.width-90percent {
	width: 90%;
}

.width-50percent {
	width: 50%;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.horizontal-center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	display: block;
}

.horizontal-left {
	margin-left: 0px;
	margin-right: auto;
	text-align: left;
	display: block;
}

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

.cursor-pointer {
	cursor: pointer;
}

.clear-float {
	clear: both;
}

.overflow-auto {
	overflow: auto;
}

.height-400px {
	height: 400px;
}

.height-100px {
	height: 100px;
}

.height-75px {
	height: 75px;
}

.list-level-1,
.list-level-2,
.list-level-3,
.list-level-4,
.list-level-5,
.list-level-6 {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	list-style: none;
	list-style-type: none;
	list-style-position: inside;
	padding: 0;
	background-color: #CCCCCC;
}

.list-level-1 {
	width: 100%;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}

.list-level-2,
.list-level-3,
.list-level-4,
.list-level-5,
.list-level-6 {
	width: 99%;
	display: none;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2px;
	margin-bottom: 2px;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}

.list-item-row-level-1,
.list-item-row-level-2,
.list-item-row-level-3,
.list-item-row-level-4,
.list-item-row-level-5,
.list-item-row-level-6 {
	margin: 3px;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	background-color: #FFFFFF;
	cursor: pointer;
}

.list-item-row-text-level-1 {
	margin: 5px 5px 5px 0px;
	font-family: "Arial";
	font-size: 1.6em;
}

.list-item-row-text-level-2,
.list-item-row-text-level-3,
.list-item-row-text-level-4,
.list-item-row-text-level-5,
.list-item-row-text-level-6 {
	margin: 3px 3px 3px 0px;
	font-family: "Arial";
	font-size: 1.2em;
}

.background-color-gray15 {
	background-color: #ffffff;
}

.background-color-gray14 {
	background-color: #eeeeee;
}

.background-color-gray13 {
	background-color: #dddddd;
}

.background-color-gray10 {
	background-color: #aaaaaa;
}

.background-color-gray0 {
	background-color: #000000;
}

.background-color-6495ED {
	background-color: #6495ED;
}

.background-color-C2DFFF {
	background-color: #C2DFFF;
}

.list-item-noarrow-image-level-1,
.list-item-noarrow-image-level-2,
.list-item-noarrow-image-level-3,
.list-item-noarrow-image-level-4,
.list-item-noarrow-image-level-5,
.list-item-noarrow-image-level-6 {
	margin: 4px;
	vertical-align: middle;
}

.list-item-arrow-image-level-1,
.list-item-arrow-image-level-2,
.list-item-arrow-image-level-3,
.list-item-arrow-image-level-4,
.list-item-arrow-image-level-5,
.list-item-arrow-image-level-6 {
	margin: 4px;
	vertical-align: middle;
}

.list-item-row-text-level-1,
.list-item-row-text-level-2,
.list-item-row-text-level-3,
.list-item-row-text-level-4,
.list-item-row-text-level-5,
.list-item-row-text-level-6 {
	vertical-align: middle;
}

.list-item-link-level-1,
.list-item-link-level-2,
.list-item-link-level-3,
.list-item-link-level-4,
.list-item-link-level-5,
.list-item-link-level-6 {
	text-decoration: none;
}

.flip-image {
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
}

.border-1px {
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
}

.border-2px {
	border-width: 2px;
	border-style: solid;
	border-color: #000000;
}

.border-bottom-1px {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

.margin-5px {
	margin: 5px;
}

.margin-10px {
	margin: 10px;
}

.padding-0px {
	padding: 0px;
}

.padding-5px {
	padding: 5px;
}

.padding-10px {
	padding: 10px;
}

.padding-left-10px {
	padding-left: 10px;
}

.padding-right-10px {
	padding-right: 10px;
}

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

.padding-right-15px {
	padding-right: 15px;
}

.margin-0px {
	margin: 0px;
}

.margin-top-5px {
	margin-top: 5px;
}

.margin-top-10px {
	margin-top: 10px;
}

.margin-top-14px {
	margin-top: 14px;
}

.margin-top-22px {
	margin-top: 22px;
}

.padding-top-14px {
	padding-top: 14px;
}

.padding-top-22px {
	padding-top: 22px;
}

.margin-bottom-5px {
	margin-bottom: 5px;
}

.margin-left-5px {
	margin-left: 5px;
}

.margin-right-5px {
	margin-right: 5px;
}

.margin-left-10px {
	margin-left: 10px;
}

.margin-right-10px {
	margin-right: 10px;
}

.vertical-center {
	vertical-align: middle;
}

.vertical-specialcenter {
	position: relative;
	top: 50%;
	transform: translateY(-50%);;
}

.margin-5px {
	margin: 5px;
}

.margin-50px {
	margin: 50px;
}

.margin-bottom-10px {
	margin-bottom: 10px;
}

.padding-2px {
	padding: 2px;
}

.margin-2px {
	margin: 2px;
}

.margin-4px {
	margin: 4px;
}

.width-100px {
	width: 100px;
}

.width-50px {
	width: 50px;
}

.header-1 {
	font-family: Tahoma;
}

.header-2 {
	font-family: Tahoma;
}

.noselect {
	user-select: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.font-family-tahoma {
	font-family: Tahoma;
}

.font-family-arial {
	font-family: Arial;
}

.font-size-150percent {
	font-size: 150%;
}

&lt;br /&gt;
&lt;b&gt;Fatal error&lt;/b&gt;:  Uncaught TypeError: mysqli_close(): Argument #1 ($mysql) must be of type mysqli, null given in /usr/lib/ggcms/src/classes/Database/DBAccess.php:158
Stack trace:
#0 /usr/lib/ggcms/src/classes/Database/DBAccess.php(158): mysqli_close()
#1 /usr/lib/ggcms/src/classes/Networking/Handler.php(100): DBAccess-&amp;gt;DBEnd()
#2 [internal function]: Handler-&amp;gt;__destruct()
#3 {main}
  thrown in &lt;b&gt;/usr/lib/ggcms/src/classes/Database/DBAccess.php&lt;/b&gt; on line &lt;b&gt;158&lt;/b&gt;&lt;br /&gt;
</pre></body></html>