.wrap {
	font-size: 1.10em;
}
.wrap h1 {
	font-size: 3em;
	font-weight: bold;
}

.wrap h2 {
	font-size: 2em;
	font-weight: bold;
}

.wrap h3 {
	font-size: 1.5em;
	font-weight: bold;
}

.hr_two {
	border-top: 3px double #bbb;
	margin-top: 2em;
	margin-bottom: 2em;
}

.wrap form {
	text-align: right;
	margin-top: 2em;
	margin-right: 2em;
}
.wrap form table {
	width: fit-content;
	margin-left: auto;
}
.wrap form table * {
	width: fit-content;
	padding-top: 0em !important;
	padding-bottom: 0em !important;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 1em;
}
textarea {
	width: 100%;
	max-width: 100%;
	height: 8em;
}

#ColumnWrapper {
	display: flex;
	margin-right: 2em;
	font-size: 90%;
	vertical-align: middle;
}
#ColumnWrapper img {
	width: 1.25em;
	height: 1.25em;
}
#ColumnWrapper table {
	width: 100%;
}
#ColumnWrapper table tr:nth-child(even) td {
	background-color: #eaedf7;
}
#ColumnWrapper table tr:nth-child(odd) td {
	background-color: whitesmoke;
}

.tdJson {
	display: none;
}
.tdIcon {
	width: 1.5em;
}
.tdText {
	word-break : break-all;
}

#LeftColumn {
	width: 48%;
	padding: 0.5em;
	user-select: none;
}

#MiddleColumn {
	width: 4%;
}

#RightColumn {
	width: 48%;
	padding: 1em;
	user-select: none;
	border: 1px solid black;
	background-color: white;
}
#RightColumn tr td:nth-child(4) {
	width: 2em;
}

#PreviewArea {
	background-color: white;
	border: 1px solid black;
	margin: 1em;
	padding: 1em;
}
#PreviewArea ul {
	list-style: square;
	list-style-position: inside;
}
#PreviewArea ul ul {
	padding: 0;
	margin: 0 0 0 2em;
}

p.submit {
	text-align: right;
}

.ShowQRCode {
	text-decoration: underline;
}
.QRCode {
	display: none;
}		

.material-icons {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 24px;  /* Preferred icon size */
	display: inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;

	/* Support for all WebKit browsers. */
	-webkit-font-smoothing: antialiased;
	/* Support for Safari and Chrome. */
	text-rendering: optimizeLegibility;

	/* Support for Firefox. */
	-moz-osx-font-smoothing: grayscale;

	/* Support for IE. */
	font-feature-settings: 'liga';
}