/* 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; */ }

/* 1.5:1 Ratio - landscape B, D */
.B-Size { overflow:hidden; position:relative; width:900px; height:600px;
  border:1px solid #3f7f00; margin-left:auto; margin-right:auto; margin-bottom:10px; }

.Prec_Res_Dwg_Intro { overflow:hidden; position:relative; width:180px; height:140px;
  float: left; margin-left: auto; margin-right: 15px; margin-top: 15px;
	border:1px solid #3f7f00; /* box-shadow: 5px 5px 5px #888888; */ }
	
.Prec_Res_Dwg { overflow:hidden; position:relative; width:340px; height:350px;
  float: right; margin-left: 15px; margin-right: auto; margin-top: 15px;
	border:1px solid #3f7f00; /* box-shadow: 5px 5px 5px #888888; */ }
	
.Cust_Res_Dwg_Intro { overflow:hidden; position:relative; width:180px; height:140px;
  float: right; margin-left: 15px; margin-right: auto; margin-top: 15px;
	border:1px solid #3f7f00; /* box-shadow: 5px 5px 5px #888888; */ }
	
.Custom_Res {	overflow:hidden; position:relative; border:1px solid green;
  /* box-shadow: 5px 5px 5px green; */ float: right; margin-left: 15px; margin-right: auto;
	width:600px; height:400px;	}
