.calc-wrap {
	width: 100%;
	margin-top: 30px;
	/*margin: 0 auto;
	max-width: 400px;
	padding: 20px;
	/*background-color: #e0e0e0;*/
	height: 250px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.cw_submit {
	margin: 15px 0 20px;
	border-bottom: 1px dotted rgb(0,50,100);
    padding-bottom: 15px;
}
.cw_submit-btn {
	background-color: #FF6408;
    color: #FFF !important;
    text-decoration: none;
    border-radius: 3px;
    padding: 7px 9px 7px;
    display: inline-block;
    cursor: pointer;
    font-family: helioscondcbold;
}
.cw_submit-btn:hover {
    background: rgb(0,50,100);
}
#workload,
#workload_new {
    margin: 0 0 0 0px;
    padding: 1px 2px 2px 2px!important;
    height: 34px;
    font-size: 19px;
    line-height: 34px;
    font-family: FuturaFuturis-normal, Tahoma, Arial;
    background: #fff;
    outline: none;
	width: 100%;
	max-width: 190px;
}
.calc-field-title {
	padding: 0;
	margin: 0 0 10px 0;
	font-size: 18px;
    font-family: 'Open Sans';	
}
.cw_cost .calc-field-title {
  font-size: 16px;
}
#cost {
	padding-top: 10px;
	font-size: 19px;
	font-family: FuturaFuturis-normal, Tahoma, Arial;
}	

#check__build{
  width: 20px;
  height: 20px;
  margin-left: 6px;
  position: relative;
  top: -1px;
}