@charset "UTF-8";
/* CSS Document */
#header {
	background-image: url(../../../banners/fender_dual_showman.png);
	background-repeat: no-repeat;
	height: 100px;
	display: block;
	}

#header h4 {
	left: 280px;
	top: 55px;
}
#fs3 {
	background-image: url(../../../banners/fender_dual_showman.png);
	background-repeat: no-repeat;
	height: 120px;
	display:none;

}

/* Table CSS -- General */
table{
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

table td, table th {
  border: 1px solid #ddd;
  padding: 5px;
}

table tr:nth-child(even){background-color: #f2f2f2;}

table tr:hover {background-color: #ddd;}

table th {
  padding-top: 6px;
  padding-bottom: 6px;
  text-align: left;
  background-color: #8cbeed;
  color: white;
}

/* Table headding CSS for original_tubes table */
#old_resistors th {
  background-color: #8cbeed;
  color: white;
}
/* Table heading CSS for new_tubes table */
#new_resistors th {
  background-color: #82f5c5;
  color: black;
}
