.calc-button-form{
	text-align: center;
	margin-bottom: 15px;
}
.cl-result{
	width: 630px;
	height: 200px;
	color: black;
	padding: 5px;
}
.cl-form{
	width:630px;
	height:375px;
	color: black;
	padding: 5px;
}

.cld{
	font-size: 16px;
    line-height: 30px;
}

.cl-head{
	font-size: 26px;
	border-bottom: 1px solid black;
	padding-bottom: 5px;
	margin-bottom: 20px;
}

.cl-line{
	margin-bottom: 20px;
}

.cl-left{
	padding-top: 13px;
	float: left;
	width: 180px;
	font-size: 18px;
}

.cl-right input[type=text]{
	width: 390px;
	height: 40px;
	font-size: 16px;
    padding-left: 10px;
    border: 1px solid black;
}


/* SQUARED TWO */
.squaredTwo {
	width: 28px;
	height: 28px;
	margin-top: 5px;

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );


	float: left;
	position: relative;
}
.squaredTwo input{
	visibility: hidden;
}
.squaredTwo label {
	cursor: pointer;
	position: absolute;
	width: 20px;
	height: 20px;
	left: 0px;
	top: 4px;
	border: 1px solid black;
}

.squaredTwo label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	content: '';
	position: absolute;
	width: 9px;
	height: 5px;
	background: transparent;
	top: 4px;
	left: 4px;
	border: 3px solid #000;
	border-top: none;
	border-right: none;

	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.squaredTwo label:hover::after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.3;
}

.squaredTwo input[type=checkbox]:checked + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

.cl-discount-label{
	font-size: 14px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
	padding-top: 6px;
	float: left;
}
.cl-submit{
	float: right;
	background: #85c503;
	font-size: 16px;
    padding: 10px 20px;
    color: white;
    margin-right: 48px;
    cursor: pointer;
}

.cl-submit:hover{
	color: black;
}

.cl-textes{
	text-align: center;
}

.cl-sum{
	font-size: 16px;
}
.cl-sum-discount{
	font-size: 16px;
	font-weight: bold;
	color: #85c503;
	margin-top: 10px;
}

.cl-sum-discount b{
	color: black;
}