/* Style for the custom resistor table */
.Parallel_Rs {
  border-collapse: collapse; /* 'cellspacing' equivalent */
  border: solid 1px #000000;font-size: 10pt;
	padding: 0px; 
	/* width: 100%; */
	/* float:right; margin-left:15px; */
	margin-left:auto; margin-right:auto;
	margin-top:10px; margin-bottom:10px; }
.Parallel_Rs th { border: solid 1px #000000; text-align: center; padding: 0px 3px 0px 3px; vertical-align:middle;}
.Parallel_Rs td { border: solid 1px #000000; text-align: center; padding: 0px 3px 0px 3px; }
/* Increase the left border size on the 5th <th> only */
.Parallel_Rs th + th + th + th + th { border-left: solid 3px #000000; }
.Parallel_Rs th + th + th + th + th + th { border-left: solid 1px #000000; }
/* Increase the left border size on the 5th <td> only */
.Parallel_Rs td + td + td + td + td { border-left: solid 3px #000000; }
.Parallel_Rs td + td + td + td + td + td { border-left: solid 1px #000000; }
/*.Parallel_Rs td input{ width: 80px; text-align: center; */ }

