#main > div#setting-area
{
	border: 1px solid #bbb;
	float: left;
	width: 280px;
}

#main > div#setting-area button
{
	unset: all;
	appearance: none;
	height: 30px;
	width: 80px;
	background-color: #bbb;
	border: 1px solid #eee;
	cursor: pointer;
	color: #555;
}

#main > div#setting-area button:hover
{
	color: white;
	background-color: #0dad51;
}

#main > div#setting-area input
{
	text-align: center;
	line-height: 30px;
	height: 30px;
	font-size: 16px;
}

#main > div#setting-area > h3
{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding: 10px;
	border-bottom: 1px solid #bbb;
	background-color: #eee;
	color: #222;
}

#main > div#setting-area > div#cur-color-sample
{
	margin: 10px auto 0;
	height: 78px;
	width: 178px;
	border: 1px solid;
}

#main div#dec-setting-area
{
	font-size: 0;
	text-align: center;
	margin-top: 10px;
}

#main div#dec-setting-area > div
{
	font-size: 14px;
	display: table;
	width: 120px;
	margin: 0 auto;
}

#main div#dec-setting-area > div > div
{
	display: table-row;
}

#main div#dec-setting-area > div > div > div
{
	display: table-cell;
	padding: 6px;
}

#main div#dec-setting-area > button#dec-setting-button
{
	font-size: 14px;
	margin-top: 5px;
}

#main div#dec-setting-area input
{
	width: 50px;
}

#main div#hex-setting-area
{
	border-top: 1px dotted #bbb;
	margin-top: 10px;
	padding-top: 10px;
	text-align: center;
}

#main div#hex-setting-area > input
{
	width: 75px;
	text-transform: uppercase;
}

#main button#hex-setting-button
{
	margin-top: 5px;
}

#main div#setting-adjustment
{
	border-top: 1px dotted #bbb;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	text-align: center;
}

#main div#setting-adjustment > *:not(:last-child)
{
	margin-right: 20px;
}

html:lang(en) #main div#setting-adjustment button
{
	height: 45px;
}

#main > div#result-color-area
{
	text-align: center;
	font-size: 0;
}

#main > div#result-color-area li
{
	height: 80px;
	width: 130px;
	display: inline-block;
	margin: 0 10px 10px;
	font-size: 14px;
	line-height: 40px;
	cursor: pointer;
}

#main > div#result-color-area li:hover
{
	text-decoration: underline;
}

#main div#result-actions > *:not(:last-child)
{
	margin-right: 20px;
}

#main div#result-actions > button
{
	all: unset;
	appearance: none;
	background-color: #d8f8d8;
	border: 1px solid #eee;
	font-size: 16px;
	line-height: 30px;
	height: 30px;
	min-width: 50px;
	cursor: pointer;
	border-radius: 5px;
	padding: 0 5px;
	color: #555;
}

#main div#result-actions > button:hover
{
	background-color: #0dad51;
	color: white;
	text-decoration: underline;
}

#main > div#color-picker
{
	margin-top: 10px;
	text-align: center;
	font-size: 0;
	line-height: 0;
}

#main > div#color-picker > ul
{
	display: inline-block;
	width: 612px;
	border-left: 1px solid black;
	border-top: 1px solid black;
}

#main > div#color-picker > ul > li
{
	display: inline-block;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	height: 16px;
	width: 16px;
	cursor: pointer;
}

#main > div#color-picker > ul > li:hover
{
	outline: 1px solid white;
	border-color: white;
}