.Std_Res_Table {
  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; }
.Std_Res_Table th { border: solid 1px green; text-align: center; padding: 0px 3px 0px 3px; vertical-align:middle;}
.Std_Res_Table td { border: solid 1px green; text-align: center; padding: 0px 3px 0px 3px; }

.Resistor_4B { overflow:hidden; position:relative; float:right; margin-left:15px;
  margin-bottom:15px; margin-top:15px; border:1px solid green; box-shadow: 5px 5px 5px green;
	width:340px;height:230px; background-color:#C6F7BD; }

.Resistor_5B { overflow:hidden; position:relative; float:right; margin-left:15px;
  margin-bottom:15px;  margin-top:15px; border:1px solid green; box-shadow: 5px 5px 5px green;
	width:340px;height:250px; background-color:#C6F7BD; }

/*----------------------------------------------------------------------------------------------------*/
/* http://sonspring.com/journal/clearing-floats */
.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0;}
/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */
.clearfix:after{clear:both;content:' ';display:block;font-size:0;line-height:0;visibility:hidden;width:0;height:0;}
.clearfix{display:inline-block;}
* html .clearfix{height:1%;}
.clearfix{display:block;}
/* Clear Floated Elements End */
/*----------------------------------------------------------------------------------------------------*/
/* Resistor Color Table */
.color_thumb_black{ width:70px;height:20px;background-color:black;margin-left:5px;color:white;
  text-align:center;line-height:200%;border-style:solid;border-width:1px;border-color:black; }
.color_thumb_brown{ width:70px;height:20px;background-color:#a05a2c;margin-left:5px;color:white;
  text-align:center;line-height:200%;border-style:solid;border-width:1px;border-color:black; }
.color_thumb_red{ width:70px;height:20px;background-color:#da0000;margin-left:5px;color:white;
  text-align:center;line-height:200%;border-style:solid;border-width:1px;border-color:black; } 
.color_thumb_orange{ width:70px;height:20px;background-color:#ff6600;margin-left:5px;color: white;
  text-align:center;line-height:200%;border-style:solid;border-width:1px;border-color:black; } 
.color_thumb_yellow{ width:70px;height:20px;background-color:#ffcc00;margin-left:5px;color: black;
  text-align:center;line-height:200%;border-style:solid;border-width:1px;border-color:black; } 
.color_thumb_green{  width:70px;height:20px;background-color:#008000;margin-left:5px;color: white;
  text-align:center;line-height:200%;border-style:solid;border-width:1px;border-color:black; } 
.color_thumb_blue{ width:70px;height:20px;background-color:#000080;margin-left:5px;color: white;
  text-align:center;line-height:200%;border-style:solid;border-width:1px;border-color:black; }
.color_thumb_violet{ width:70px;height:20px;background-color:#800080;margin-left:5px;color: white;
  text-align:center;line-height:200%;border-style:solid;border-width:1px;border-color:black; }
.color_thumb_grey{ width:70px;height:20px;background-color:#666666;margin-left:5px;color: white;
  text-align:center;line-height:200%;border-style:solid;border-width:1px;border-color:black; }
.color_thumb_white{ width:70px;height:20px;background-color:#ffffff;margin-left:5px;color: black;
  text-align:center;line-height:200%;border-style:solid;border-width:1px;border-color:black; }
.color_thumb_gold{ width:70px;height:20px;background-color:#d4a017;margin-left:5px;color: black;
  text-align:center;line-height:200%;border-style:solid;border-width:1px;border-color:black; }
.color_thumb_silver{ width:70px;height:20px;background-color:#b3b3b3;margin-left:5px;color: black;
  text-align:center;line-height:200%;border-style:solid;border-width:1px;border-color:black; }
.color_thumb_blank{ width:70px;height:20px;background-color:#C6F7BD;margin-left:5px;color: black;
  text-align:center;line-height:200%;border-style:solid;border-width:1px;border-color:#C6F7BD; }
.thumb_label{ width:55px;height:20px;margin-left:2px;color: black;text-align:center;font-weight:bold;line-height:200%;font-size:85%; }
/*----------------------------------------------------------------------------------------------------*/
/* Resistor input fields */
.inputRow div{float:left;padding-bottom:5px;}
.inputRow {text-align:left;}
.inputRow{position:relative;}
/*----------------------------------------------------------------------------------------------------*/
/* Resistor table hover colors */
.black_hover:hover { background-color: #323232;}
.brown_hover:hover { background-color: #d38c5d;}
.red_hover:hover { background-color: #ff6565;}
.orange_hover:hover { background-color: #ffa365;}
.yellow_hover:hover { background-color: #ffe165;}
.green_hover:hover { background-color: #00ca00;}
.blue_hover:hover { background-color: #0000ae;}
.violet_hover:hover { background-color: #aa00aa;}
.grey_hover:hover { background-color: #8e8e8e;}
.white_hover:hover { background-color: #e2e2e2;}
.gold_hover:hover { background-color: #ebbe46;}
.silver_hover:hover { background-color: #cacaca;}
/*----------------------------------------------------------------------------------------------------*/
