.inline{
display: inline-block;
}
.hide{
display: none;
}
.calculator h3{
margin-top: 5px;
}
.calculator .clear{
clear: both;
}
.calculator .inline-input{
width: 110px;
display: inline-block;
padding: 0em 0em 0em 0.5em;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
border: 1px solid #ccc;
border-radius: 3px;
-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.calculator .label-box{
width: 136px;
display: inline-block;
margin-bottom: 0.5em; 
}
.calculator select{
height: 37.44px;
}
.radio-inline{
position: relative;
display: inline-block;
padding-left: 20px;
margin-bottom: 0;
font-weight: 400;
vertical-align: middle;
cursor: pointer;
}
.calculator input[type=radio] {
position: absolute;
margin: 4px 0 0;
line-height: normal;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 0;
left: 0;
}
.radio-inline+.radio-inline {
margin-top: 0;
margin-left: 10px;
}
.results .header{
padding-bottom: 2em;
}
.results .header span{
font-weight: bold;
}
.results span{
float: left;
min-height: 1px;
}
.results>div{
clear: both;
}
.results>div>span{
width: 40%;
padding: 0px 5px;
}
.results>div span +span{
width: 20%;
text-align: center;
}
.results>div span +span+span{
width: 20%;
text-align: right;
}
.results>div span +span+span+span{
width: 20%;
text-align: right;
font-weight: bold;
}
.results .prod{
font-weight: bold;
}
@media (min-width: 600px) {
.calculator .d3{
float: left;
width: 33.3333333%;
display: inline-block;
}  
}
.prod .checkbox{
margin: 0px;
}
.prod input[type="checkbox"]{
width: 17px;
height: 17px;
}