#pcbCalculator label {
  font-weight: bold; }

#pcbCalculator .pcb-calculator-table td {
  border: 1px solid #ccc;
  padding: 10px; }

#calculationModal hr {
  margin: 10px 0; }

/*# sourceMappingURL=ds_pcbcalculator.css.map */


.modal {
    position: relative!important;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
        height: auto;
    overflow: visible;
    outline: 0;
} 