.invisible{display:none}#resistorCalculator{width:100%;height:550px;display:grid;place-items:center;border:2px solid #182d72}#resistorContainer{display:inline-block;position:relative;width:100px;height:380px;left:-77px}#resistor{position:relative;width:85px;height:200px;background:linear-gradient(to right,#f0d6bf,#615448);border-radius:20px;box-shadow:0 0 10px rgba(0,0,0,.2);margin:0 auto;top:50px;transition:height .5s}#lead{width:10px;height:300px;position:absolute;left:45px;background:linear-gradient(to right,#dfdcdc,#3b3b3b);z-index:0;transition:height .5s}.bandContainer{position:relative;width:150px;height:20px}.band{position:absolute;width:85px;height:20px;left:0}.resistorNumBand{position:relative;width:150px;height:20px}.bandSelector{position:absolute;width:150px;height:20px;left:95px}#band1,#band1Color{top:20px;display:block}#band2,#band2Color{top:40px;display:block}#band3,#band3Color{top:60px;display:block}#band4{top:75px;display:block;height:30px}#band4Color{top:80px;display:block}#band5{top:95px;display:none;height:30px}#band5Color{top:100px;display:none}#band6,#band6Color{top:120px;display:none}input,select{margin-right:10px}#resistorValue{position:relative}