form#calc fieldset {
	padding:10px;
	float:left;
	width:560px;
	border:1px solid #ccc;
	background:#eee;  
	margin-bottom:20px;

	clear:none;
}
form#calc fieldset:nth-child(2){
	float:right;
}
form#calc fieldset input[type=number] {
	margin:0px;
	width:80px;
	
}
form#calc fieldset input.error_validate {
	border:1px solid #f00;
}
form#calc input[type=submit] {
	float:none;
	margin:0 auto;
	padding:7px 0px;
	display:inline-block;
	line-height:18px;
	border:none;
	width:100px
}
form#calc {

}
.rgb {
	float:right;
	height:25px; 
	width:25px;
	display:block;
	border:1px solid #ccc;
}
form#calc .lab_buttons {
	text-align: center;
	clear:both;
	margin-bottom:40px;
	width:100%;
}
form#calc a.reset {
	margin:0 auto;
	margin-left:5px;
	background: #999;
	color:#fff;
	padding:7px 0px;
	display:inline-block;
	border:none; 
	float:none;
	font-size:13px;
	line-height:18px;
	width:100px
}
form#calc a.reset:hover{
	color:#fff;
	background:#666;
}
table#calc_result_table {
	width:100%;
	table-layout:fixed;
	text-align: center;
	border-collapse:collapse;
}
table#calc_result_table td, table#calc_result_table th {
	border:1px solid #ccc;
}
table#calc_result_table td {
	padding:5px;
	font-weight:bold;
	
}
table#calc_result_table th {
	padding:5px;
	background:#666;
	color:#fff;
	font-weight:normal;
}

/* Other Tools submenu – jak Color Inspector, kolor #006CFF */
.other_tools_submenu nav {
	background: #006CFF;
}

/* CMYK Snowflake – tylko layout (3 fieldsety w rzędzie, przycisk pod) i tabela C/M/Y/K; reszta = add_form z chromachecker.css */
.cmyk_snowflake_section form#snowflake_form {
	display: block;
}
.cmyk_snowflake_section form#snowflake_form fieldset {
	float: left;
	width: 370px;
	margin-right: 25px;
}
.cmyk_snowflake_section form#snowflake_form fieldset:nth-child(2),
.cmyk_snowflake_section form#snowflake_form fieldset:nth-child(3) {
	margin-right: 25px;
}
.cmyk_snowflake_section form#snowflake_form fieldset:nth-child(3) {
	margin-right: 0;
}
.cmyk_snowflake_section form#snowflake_form .snowflake_lab_step input[type="number"],
.cmyk_snowflake_section form#snowflake_form .snowflake_lab_step select {
	width: 80px;
}
.cmyk_snowflake_section form#snowflake_form .snowflake_lab_step td {
	vertical-align: middle;
}
.cmyk_snowflake_section form#snowflake_form .snowflake_lab_step {
	margin-bottom: 10px;
	border: none;
}
.cmyk_snowflake_section form#snowflake_form input[type="submit"] {
	clear: both;
	margin-top: 20px;
}
