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: xx-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 #lc_x_value {
	font-size: 1.0em;
	width: 2.25em;
	padding-top: 0.25em;
	padding-bottom: 0.2em;
	padding-left: 0.0em;
	border: solid 0.125em #cccccc;
	text-align: right;
}
#input_pane #style {
	width: 95%;
}
#input_pane #link {
	width: 95%;
}
#input_pane #input_text_pane {
	width: 100%;
	margin: 1.0em auto 0.0em;
	text-align: center;
}
#input_pane #input_text_pane textarea {
	height: 4.0em;
	box-sizing: border-box;
	width: 97.5%;
	margin: 0.0em auto;
	font-size: large;
	border: solid 0.125em #cccccc;
	background-color: #ececec;
}

#input_clear_pane {
	position: relative;
}
#input_clear {
	position: absolute;
	right: 0.25em;
	top: 0.6em;
	display: inline-block;
	width: 1.0em;
	padding: 0px;
	margin: 0px;
	text-align: center;
	vertical-align: middle;
	border: none;
	font-size: 2.0em;
	line-height: 1.0em;
	cursor: pointer;
	color: #3e3e3b;
	background-color: transparent;
	text-decoration: none;
	opacity: 0.75;
}
#input_clear:hover {
	opacity: 1.0;
}


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

#output_view_pane {
	width: 97.5%;
	margin: 0.5em auto;
}
#output_html_pane {
	width: 97.5%;
	margin: 0.5em auto;
}

#output_html_pane textarea {
	height: 6.0em;
	box-sizing: border-box;
	width: 100%;
	margin: 0.0em auto;
	background-color: #e6e6e6;
	border: dotted 0.25em #666666;
	cursor: pointer;
}

#output_view_pane #output_view {
	margin: 0.25em auto;
	padding: 0.5em;
	padding-bottom: 0.6em;
	overflow-wrap: break-word;
	background-color: transparent;
	border: solid 0.1em #eeeeee;
}
#output_view_pane #output_view a {
	text-decoration: none;
}
#output_view_pane table {
	margin: 0.25em auto 0.0em;
	font-size: small;
	user-select: none;
}
#output_view_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_view_pane td {
	padding: 0.0em 0.25em 0.0em 0.25em;
	white-space: nowrap;
}
#output_view_pane input[type="range"] {
	width: 75%;
}
#output_view_bg {
	cursor: default;
	width: 95%;
	margin: 0.0em auto 1.0em;
}
#output_view_bg span {
	vertical-align: middle;
	border: solid 1px #999999;
	cursor: pointer;
	margin-right: 0.25em;
	width: 1.0em;
	height: 0.75em;
	display: inline-block;
}
