
#resistor-query {
  font-family: Arial;
  color: #000;
  background-color: #f1f1f1;
  outline: none;
  height: 38px;
  padding: 10px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box; 
  font-size: 16px;
  width: 85%; 
}

.resistor-diagram {box-shadow: 1px 1px 0px 0px rgb(213 213 213 / 30%), 0px 1px 5px 0px rgb(200 200 200);width: 100%;}

.resistor-stripe {
  width: 19%;
  height: 150px;
  display: inline-block;
  padding: 4px 4px;
}

.resistor-tskausmt {
  display: inline-block;
  padding: 0px 10px;
  font-size: 40px;
  background-color: #000;
  border-left: 15px solid #d8d7d7;
  border-right: 15px solid #d8d7d7;
  border-top: 1px solid #d8d7d7;
  border-bottom: 1px solid #d8d7d7;
  margin-right: 10px;
  color: #fff;
}
.tskaudzssha {color: #fff;height: 28px;margin: 13px 0px;background-color: #E75632;width: 80px;border-radius: 5px;margin-right: 15px;padding-top: 4px;}
.tskaudzwsha {color: #fff;height: 28px;margin: 10px 0px;background-color: #E75632;width: 80px;border-radius: 5px;margin-right: 15px;padding-top: 4px;}
.tskautpdza {color: #fff;height: 28px;margin: 10px 0px;background-color: #E75632;width: 80px;border-radius: 5px;margin-right: 15px;padding-top: 4px;}
.tskaudzssh {color: #fff;font-size: 14px;border-radius: 5px;padding: 0px 0px 2px 10px;}
.tskaudzwsh {color: #fff;font-size: 14px;border-radius: 5px;padding: 0px 0px 2px 10px;}
.tskautpdz {color: #fff;font-size: 14px;border-radius: 5px;padding: 0px 0px 2px 10px;}
.tskaulabel {color: #000;font-size: 20px;padding: 0px 10px;}
@media print, screen and (max-width: 520px) {
  .resistor-stripe {
    width: 55px;
    font-size: 80%;
    height: 100px;
  }
  .resistor-tskausmt {
    font-size: 25px;
    border-left: 12px solid silver;
    border-right: 12px solid silver;
  }
}

@media print, screen and (max-width: 410px) {
  .resistor-stripe {
    width: 54px;
    font-size: 55%;
    height: 70px;
  }
  .resistor-tskausmt {
    font-size: 18px;
    border-left: 8px solid silver;
    border-right: 8px solid silver;
  }
}

@media print, screen and (max-width: 300px) {
  .resistor-stripe {
    width: 25px;
    font-size: 50%;
    height: 60px;
    padding: 2px;
  }
  .resistor-tskausmt {
    font-size: 13px;
    border-left: 6px solid silver;
    border-right: 6px solid silver;
    padding: 2px 4px;
  }
}

@media print, screen and (max-height: 660px) {
  .resistor-stripe {
    height: 55px;
  }
  footer {
    position: inherit;
    padding: 10px 0;
  }
}


#dh-nav>li>a:hover,a:hover {
    color: #0a0909;
}