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;
	}
}

#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: 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: 95%;
	margin: 0.5em auto;
	background-color: #ffffff;
	padding: 0.5em 0.5em 0.5em 0.5em;
}
#input_pane table {
	width: 100%;
	margin: 0.0em;
}
#input_pane th {
	padding: 0.25em 0.25em 0.25em 0.25em;
	border-right: solid 0.125em #cccccc;
	border-bottom: solid 0.125em #cccccc;
	white-space: nowrap;
	cursor: help;
}
#input_pane td {
	padding: 0.0em 0.25em 0.0em 0.25em;
	background-color: #ececec;
}

#presets_color_pane {
	border-bottom: solid 0.125em #999999;
	margin-top: 0.5em;
	padding-top: 0.0em;
	margin-bottom: 0.25em;
	padding-bottom: 0.25em;
	padding-left: 0.25em;
	vertical-align: middle;
}
#presets_color_pane div {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 0.25em;
}
#presets_color_pane input[type="button"] {
	width: 3.0em;
	height: 1.0em;
	border: solid 1px #333333;
	margin-right: 0.25em;
	cursor: pointer;
}
#presets_color_pane input[type="button"].rnd {
	font-size: x-small;
	width: auto;
	height: auto;
	border: solid 1px 333333;
	border-radius: 0.25em;
	margin-right: 0.25em;
	cursor: pointer;
	background-color: #eeeeee;
	color: #999999;
}
#presets_color_pane .gcg_icon img {
	vertical-align: bottom;
	height: 1.0em;
	width: 1.0em;
	border: solid 1px #333333;
	border-radius: 0.25em;
}

#input_pane #color_pane {
	padding-top: 0.25em;
	padding-bottom: 0.25em;
}
#color_pane div.color {
	line-height: 1.75em;
}
#color_pane div.color_ctrl {
	line-height: 0.5em;
}

#color_pane span.color_ctrl {
	vertical-align: middle;
	font-size: 1.5em;
	cursor: pointer;
}
@media screen and (max-width: 480px) {
	#color_pane span.color_ctrl {
		font-size: 1.0em;
	}
}

#input_pane input[type="color"].color {
	vertical-align: middle;
	margin-left: 0.25em;
}
#input_pane input[type="text"].color {
	font-size: 1.5em;
	width: 4.75em;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	padding-left: 0.5em;
	border: solid 0.125em #cccccc;
	margin-left: 0.25em;
	vertical-align: middle;
	text-align: left;
	font-family: monospace;
}

#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: 95%;
	margin: 0.5em auto;
	padding: 0.5em;
	background-color: #ffffff;
}

#output {
	margin: 0.0em auto 0.25em;
	padding: 0.5em;
	overflow-wrap: break-word;
	background-color: transparent;
	color: #999999;
	border: solid 0.1em #eeeeee;
	font-family: "Consolas", monospace;
	cursor: pointer;
}
#output_pane table {
	margin: 0.0em auto;
	font-size: small;
	user-select: none;
}
#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;
}
#output_pane input[type="range"] {
	width: 75%;
}
#output_bg {
	cursor: default;
	width: 95%;
	margin: 0.0em auto 1.0em;
}
#output_bg span {
	vertical-align: middle;
	border: solid 1px #999999;
	cursor: pointer;
	margin-right: 0.25em;
	width: 1.0em;
	height: 0.75em;
	display: inline-block;
}
