.Hidden {
	display: none;
}

.Showing {
	display: block;
}

.Invisible {
	visibility: hidden;
}

.label {
	font-weight: bold;
}

.ptr {
	cursor: pointer
}

.h1 {
	margin-top: 0;
	margin-bottom: 10px;
	text-align: center;
}

.h2 {
	margin-top: 10px;
	text-align: center;
}

#header {
	display: block;
	position: relative;
	color: black;
}

#header-left {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
}

#header-center {
	display: table;
	max-width: 100%;
	margin: 0 auto 0 auto;
}

#header-right {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
}

#content {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 100%;
	color: black;
}

#content-left {
	display: inline-block;
}

#content-center {
	display: inline-block;
	width: 100%;
}

#content-right {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
}

#footer {
	width: 100%;
	position: relative;
	height: 1in;
}

#footer-left {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}

#footer-center {
	display: block;
	width: 100%;
}

#footer-right {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
}

.pageSelected {
	
}

.pageUnselected {
	
}

.port {
	overflow: auto;
}

.portheader {
	padding: 1mm 3mm 1mm 3mm;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.portbody {
	padding: 0 4mm 4mm 4mm;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}

.column {
	display: inline-table;
	vertical-align: top;
	margin: auto 3mm;
}

.ui-widget {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 8pt; /***  Tmblweed ***/
}

.ui-widget .ui-widget {
	font-size: 8pt; /***  Tmblweed ***/
}

.ui-widget button {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 8pt; /***  Tmblweed ***/
}

.ui-helper-reset {
	font-size: 8pt; /***  Tmblweed ***/
}

.column-group {
	margin: 0 auto 0 auto;
	display: table;
}

.row_set {
	display: flex;
	flex-direction: row;
}

.column_set {
	display: flex;
	flex-direction: column;
}
input.number {
	text-align: right;
}