body {
	padding: 0.25em 1.0em 0.25em;
}
@media screen and (max-width: 480px) {
	body {
		padding: 0.25em 0.25em 0.25em;
	}
}

/**************************************************************/

#TITLE {
	margin: 0.0em;
	padding: 0.0em;
	text-align: center;
	cursor: default;
	border-bottom-width: 0.175em;
}
@media screen and (max-width: 480px) {
	#TITLE {
		font-size: xx-small;
	}
}
#TITLE img {
	margin-right: 0.15em;
	vertical-align: text-bottom;
	height: 1.0em;
	width: 1.0em;
}

#COPYRIGHT {
	margin: 0.0em;
	margin-bottom: 0.75em;
	padding-top: 0.0em;
	border: none;
	text-align: center;
}
@media screen and (max-width: 480px) {
	#COPYRIGHT {
		font-size: x-small;
	}
}

#DESCRIPTION {
	text-align: left;
	font-size: x-small;
	cursor: default;
}
@media screen and (max-width: 480px) {
	#DESCRIPTION {
		margin-top: 1.0em;
		margin-bottom: 1.0em;
	}
}
#DESCRIPTION a {
	text-decoration: none;
}
#DESCRIPTION a:hover {
	text-decoration: underline;
}


/**************************************************************/

#input_pane {
	width: 99%;
	margin: 0.5em auto;
	background-color: #ffffff;
	padding: 0.5em 0.5em 0.5em 0.5em;
}

#org_items {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 0.25em;
	list-style: none;
	margin: 0.0em;
	padding: 0.0em;
}
.org_item {
	border: solid 0.125em #333333;
	padding: 0.25em 0.5em 0.25em 0.5em;
	border-radius: 0.5em;
	cursor: pointer;
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	-khtml-user-select: none; /* Konqueror HTML */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}

.org_item input[type="checkbox"] {
	display: none;
}
.org_item input[type="checkbox"] + span {
	border: solid 0.125em;
	border-radius: 0.5em;
	padding: 0.0em 0.3em 0.0em 0.3em;
	opacity: 0.4;
	cursor: pointer;
}
.org_item input[type="checkbox"] + span:hover {
	opacity: 0.7;
}
.org_item input[type="checkbox"]:checked + span {
	border: solid 0.125em;
	opacity: 1.0;
	color: #ffffff;
	background-color: #000000;
}

#input_pane input[type="number"] {
	font-size: 1.5em;
	width: 3.25em;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	padding-left: 0.5em;
	border: solid 0.125em #cccccc;
	text-align: right;
}



#output_pane {
	width: 99%;
	margin: 0.5em auto;
	padding: 0.5em 0.5em 0.5em 0.5em;
	background-color: #ffffff;
	font-size: small;
}
#output_pane > div {
	margin: 0.25em auto 0.75em;
}
#output_pane .th {
	padding: 0.25em 0.25em 0.25em 0.25em;
	border-right: solid 0.125em #cccccc;
	white-space: nowrap;
	cursor: help;
	color: #666666;
	font-weight: normal;
}
#output_pane .td {
	padding: 0.0em 0.25em 0.0em 0.25em;
	white-space: nowrap;
	cursor: default;
	width: 95%;
	margin: 0.0em auto 1.0em;
}
#output_bg > label > input {
	display: none;
}
#output_bg > label span {
	vertical-align: middle;
	border: solid 1px #999999;
	cursor: pointer;
	margin-right: 0.2em;
	width: 1.2944em;
	height: 0.8em;
	display: inline-block;
}

#all {
	margin: 0.25em auto;
	padding: 0.5em;
	background-color: transparent;
	border: solid 0.1em #eeeeee;
	font-family: "Consolas", monospace;
}
#all > .e {
	margin-top: 0.5em;
	margin-left: 0.5em;
	margin-right: 0.5em;
	margin-bottom: 2.0em;
}
#all > .e .m {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	height: 7.0em;
	margin-bottom: 0.25em;
	padding: 0.25em;
	border: none;
	border-radius: 0.5em;
}
#all > .e .m > span {
	visibility: hidden;
}
#all > .e .ctrl {
	text-align: right;
}
#all > .e .ctrl .i {
	font-size: small;
	margin-right: 0.125em;
	padding: 0.125em 0.25em 0.25em 0.25em;
	color: #333333;
	border: none;
	border-radius: 0.5em;
	background-color: transparent;
	cursor: pointer;
	opacity: 0.7;
}
#all > .e .ctrl .i:hover {
	opacity: 1.0;
}
#all > .e .ctrl .i:active {
	opacity: 1.0;
	transform: translateY(0.25em);
}
#all > .e .ctrl .i span {
	font-size: medium;
}
#all.light > .e .ctrl .i {
	color: #000000;
}
#all.dark > .e .ctrl .i {
	color: #ffffff;
}
