* {
	margin: 0px;
	padding: 0px;
}
body {
	background: #fff;
	font-family: Roboto;
	font-size: 15px;
	line-height: 22.5px;
	margin: 0px;
	min-width: 542px;
	min-height: 728px;
	width: 100%;
}
.small-only {
	display: none;
}
#container, #container-info {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -254px -449px;
	width: 858px;
	height: 468px;
	background: #fff;
	padding: 20px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16), 0px 2px 10px 0px rgba(0, 0, 0, 0.12);
	overflow: hidden;
}
#container-info {
	margin: -250px -250px;
	width: 460px;
	height: 460px;
	display: none;
}
#container-info p, #container-info ul {
	line-height: 150%;
	margin-bottom: 10px;
}
#container-info p {
	text-align: justify;
}
#container-info ul {
	padding-left: 20px;
}
#container-info ul li {
	list-style-type: square;
	margin-top: 4px;
}
#container-info #x-button {
	float: right;
	width: 24px;
	height: 24px;
	text-align: center;
}
#container-info #x-button a {
	color: #888;
	text-decoration: none;
	line-height: 24px;
}
#sv-map, #hue-map {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
#sv-map {
	background-image: url("image/sv-map.png");
	width: 400px;
	height: 400px;
	float: left;
	margin-right: 20px;
	position: relative;
	cursor: default;
}
#sv-reticule {
	position: absolute;
	width: 11px;
	height: 11px;
	background-image: url("image/sv-reticule.gif");
}
#hue-map {
	background-image: url("image/hue-map.png");
	width: 40px;
	height: 400px;
	float: left;
	margin-right: 20px;
	position: relative;
}
#hue-reticule {
	position: absolute;
	width: 40px;
	height: 7px;
	margin-top: -3px;
	background-image: url("image/hue-reticule.gif");
}
#color-settings-container {
	float: left;
	width: 220px;
	height: 400px;
}
h1 {
	font-weight: 300;
	line-height: 48px;
	font-size: 23px;
	margin: -10px 0px 0px;
}
#color-settings-container h1 {
	white-space: nowrap;
	text-align: center;
}
#color-settings-container h1 #info {
	font-size: 80%;
	vertical-align: super;
}
a {
	color: #34A6E0;
	text-decoration: none;
}
#enter-color, #random-color {
	height: 32px;
	line-height: 30px;
	display: block;
	padding: 0px 6px;
	width: 65%;
	margin: 0px 0px 3px;
	box-sizing: border-box;
	background: #fff;
	text-align: left;
	border: 1px solid #aaa;
	font-size: 15px;
	-webkit-transition: background-color 0.2s, border-color 0.2s, color 0.2s;
	transition: background-color 0.2s, border-color 0.2s, color 0.2s;
}
#enter-color {
	float: left;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-bottomleft: 2px;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}
#enter-color:hover {
	border-color: #34A6E0;
}
#random-color {
	border-left: 0px;
	width: 35%;
	text-align: center;
	-webkit-border-top-right-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	-moz-border-radius-topright: 2px;
	-moz-border-radius-bottomright: 2px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	cursor: pointer;
}
#random-color:hover {
	background-color: #ddd;
}
#color-settings {
	width: 100%;
}
#color-settings td {
	height: 22.5px;
	padding: 1px 0px 0px;
}
#color-settings td:nth-child(1) {
	width: 50%;
}
#color-settings td:nth-child(2) {
	padding-right: 8px;
}
#color-settings label {
	display: block;
	width: 100%;
}
#color-settings input {
	width: 100%;
	border: 1px solid #aaa;
	padding: 4px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-webkit-transition: border-color 0.2s;
	transition: border-color 0.2s;
	background: #fff;
	color: #000;
}
#color-settings input:hover {
	border-color: #34A6E0;
}
#color-schemes-container {
	width: 138px;
	float: right;
	height: 400px;
}
h2 {
	margin: 10px 0px;
	font-weight: normal;
	text-align: center;
	font-size: 18px;
	line-height: 24px;
}
#color-schemes-container select {
	width: 100%;
	height: 32px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #aaa;
}
#color-schemes-container select:focus {
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}
#color-schemes-container option {
	padding: 2px;
}
#color-schemes {
	list-style-type: none;
}
#color-schemes li button {
	width: 64px;
	height: 64px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 0px;
	margin-top: 10px;
	-webkit-transition: box-shadow 0.25s;
	transition: box-shadow 0.25s;
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16) inset, 0px 2px 10px 0px rgba(0, 0, 0, 0.12) inset;
	cursor: pointer;
	font-size: 14px;
}
#color-schemes li button:hover {
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16) inset, 0px 2px 10px 0px rgba(0, 0, 0, 0.12) inset, 0px 0px 8px 2px rgba(0, 0, 0, 0.18) inset;
}
#color-schemes li {
	float: left;
}
#color-schemes li:nth-child(2n) {
	float: right;
}
#saved-color-header {
	display: none;
	margin-top: 0px;
}
#saved-colors {
	margin: 420px 28px 0px;
	padding: 0px;
	width: 802px;
}
#saved-colors li {
	list-style-type: none;
	display: block;
	width: 48px;
	height: 48px;
	float: left;
	margin-right: 10px;
}
#saved-colors li button {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	background: #fff;
	color: #000;
	text-decoration: none;
	box-sizing: border-box;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 0px;
	padding:  0px;
	cursor: pointer;
	line-height: 13px;
	-webkit-transition: box-shadow 0.25s;
	transition: box-shadow 0.25s;
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16) inset, 0px 2px 10px 0px rgba(0, 0, 0, 0.12) inset;
	font-size: 14px;
}
#saved-colors li button:hover {
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16) inset, 0px 2px 10px 0px rgba(0, 0, 0, 0.12) inset, 0px 0px 8px 2px rgba(0, 0, 0, 0.18) inset;
}
#saved-colors .saved-color button {
	font-size: 11px;
	position: relative;
}
#saved-colors li:last-child {
	margin-right: 0px;
}
.ad-container {
	width: 160px;
	height: 600px;
	position: absolute;
	margin-top: -300px;
	top: 50%;
	overflow: hidden;
}
.ad-container.left {
	left: 0px;
}
.ad-container.right {
	right: 0px;
}
@media screen and (min-width: 939px) and (max-width: 1257px), (max-width: 938px) {
	.ad-container {
		margin: 0px;
		width: 728px;
		height: 90px;
		top: auto;
		left: auto;
		right: auto;
	}
	.ad-container.left {
		top: 0px;
		left: 50%;
		margin-left: -364px;
	}
	.ad-container.right {
		bottom: 0px;
		left: 50%;
		margin-left: -364px;
	}
}
@media screen and (min-width: 939px) and (max-height: 720px) {
	body {
		position: relative;
	}
}
@media screen and (max-width: 938px) {
	body {
		position: relative;
		padding: 110px 0px;
	}
	body.info-active {
		min-height: 500px;
		height: 100%;
	}
	#container-info {
		position: absolute;
		margin-top: -250px;
	}
	.small-only {
		display: inline;
	}
	.large-only {
		display: none;
	}
	h2 {
		font-size: 22px;
	}
	#color-settings td {
		height: 22.5px;
		padding: 4px 0px 0px;
	}
	#container {
		position: static;
		width: 460px;
		margin: 10px auto;
		height: 1202px;
		margin: 0px auto;
	}
	#hue-map {
		margin-right: 0px;
	}
	#color-settings-container {
		width: 460px;
	}
	#color-settings-container h1 {
		margin: 0px;
		font-size: 28px;
	}
	#color-settings-container h1 #info {
		font-size: 100%;
		vertical-align: baseline;
	}
	#enter-color, #random-color {
		height: 48px;
		font-size: 18px;
		line-height: 45px;
	}
	#color-settings {
		margin-top: 4px;
	}
	#color-schemes-container {
		margin-top: 868px;
		float: none;
		width: 100%;
		height: 160px;
	}
	#color-schemes-container select {
		height: 46px;
	}
	#color-schemes-container li {
		margin-left: 20px;
	}
	#color-schemes-container li:nth-child(1) {
		margin-left: 0px;
	}
	#color-schemes-container li:nth-child(2n) {
		float: left;
	}
	#color-schemes-container li button {
		width: 60px;
		height: 60px;
		font-size: 13px;
	}
	#saved-color-header {
		display: block;
	}
	#saved-colors {
		margin-top: 0px;
		margin-left: 0px;
		width: 100%;
	}
	#saved-colors li {
		width: 60px;
		height: 60px;
		margin-right: 20px;
		margin-bottom: 20px;
	}
	#saved-colors li:nth-child(6n) {
		margin-right: 0px;
	}
	#saved-colors li.saved-color button {
		font-size: 13px;
	}
	.ad-container.left, .ad-container.right {
		margin-left: 0px;
		left: 0px;
		width: 100%;
	}
	body.info-active .ad-container.right {
		position: absolute;
		bottom: 0px;
	}
}
@media screen and (min-height: 720px) and (max-width: 1257px) {
	body.info-active {
		height: 500px;
	}
	body.info-active .ad-container.right {
		position: fixed;
		bottom: 0px;
	}
}
@media screen and (min-width: 1258px) {
	body.info-active {
		min-height: 600px;
	}
}