

#cableCalculatorQ .calcInfo{display:flex;flex-wrap:nowrap;margin-bottom:15px;flex-direction:column}#cableCalculatorQ .calcInfo span{flex:1 0 40px;text-align:right;min-width:50px}#cableCalculatorQ .calcInfo>div{display:flex;align-items:center}#cableCalculatorQ .calcInfo>div>label{margin-right:20px;width:auto}#cableCalculatorQ .calcInfo>label{flex:0 0 auto}#cableCalculatorQ .calcInfo input[type=number]{flex:2 1 100%}#cableCalculatorQ .calcInfo.conductivity>div>div label{width:auto;margin-right:20px}#cableCalculatorQ #resultCrossSection,#cableCalculatorQ #resultVoltageDrop{font-weight:700;font-size:1em;display:flex;margin-top:25px}#cableCalculatorQ #crossSection .resultCrossSection,#cableCalculatorQ #resultVoltageDrop .resultVoltageDrop{display:inline-block;width:150px;height:1.2em;border-bottom:1px solid #555;margin:0 10px}#cableCalculatorQ button{width:100%}@media screen and (min-width:768px){#cableCalculatorQ .calcInfo{flex-direction:row}#cableCalculatorQ .calcInfo>label{flex:0 0 200px}#cableCalculatorQ .calcInfo>div{width:100%}#cableCalculatorQ .calcInfo input[type=number]{flex:2 1 100%}#cableCalculatorQ .calcInfo span{text-align:left}#cableCalculatorQ button{width:auto}#cableCalculatorQ .calcInfo.conductivity>div>div{width:100%}}