input[type=checkbox], input[type=radio] {
	display: block;
	float: left;
	clear: both;
	border: none;
	padding: 0;
	margin: 3px 10px 0 0;
	background: none;
	width: auto;
}

input[type=checkbox] + label, 
input[type=radio] + label,
.form .options label, 
.form .options label {
	float: left;
	width: auto;
}
	input[type=checkbox] + label:before, 
	input[type=radio] + label:before {display: none;}
	
#product-specifications .head-row .title {
	-webkit-transform:	none;
	-ms-transform:		none;
	transform:			none;
	top: auto; left: 0; bottom: 105px;
}