h1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  text-align: center;
  font-size: 120%;
  z-index: 10;
}
#viirs_bowtie_illustration {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}
#inset_label {
  position: absolute;
  top: 400px;
  left: 50px;
  width: 150px;
  height: 32px;
  border: 2px solid transparent;
  border-radius: 10px;
  text-align: left;
  padding-left: 16px;
  font-size: 140%;
}
#whole_scene {
  position: relative;
  width: 1100px;
  height: 392px;
  overflow: hidden;
  text-align: right;
}
.inset {
  position: absolute;
  width: 24px;
  height: 24px;
  border: 2px solid red;
  color: orange;
  text-align: center;
  text-shadow: 1px 1px 1px black;
}
.inset_highlight {
  background-color: yellow;
  box-shadow: 4px 4px 6px black;
  opacity: 0.5;
}
#inset_A { top:  72px; left: 1051px; }
#inset_B { top: 114px; left:  861px; }
#inset_C { top: 138px; left:  749px; }
#inset_D { top: 173px; left:  588px; }
#inset_E { top: 208px; left:  428px; }
#inset_F { top: 232px; left:  318px; }
#inset_G { top: 274px; left:  127px; }

#inset_container {
  position: relative;
  width:  1000px;
  height: 1000px;
  left: 160px;
  overflow: hidden;
}
#inset_container td {
  background-color: black;
}
td#explanatory_cell {
  background-color: white;
  vertical-align: top;
}
td#explanatory_cell p {
  padding-right: 100px;
  text-align: justify;
}
#zoomed_insets {
  position: absolute;
  border-collapse: collapse;
  border: none;
  margin: 0;
}
td img {
  display: block;
}
#zoomed_insets th, #zoomed_insets td {
  width:      1000px;
  height:     1000px;
  max-width:  1000px;
  max-height: 1000px;
  min-width:  1000px;
  min-height: 1000px;
  padding: 0;
  border: none;
}
#scan_overlays {
  position: absolute;
  top: 1000px;
  left: 0;
  border-collapse: collapse;
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
  box-sizing: content-box;
}
#scan_overlays th {
  min-width: 100px;
  vertical-align: bottom;
  padding: 0;
  border: 0;
  background: none;
}
#scan_overlays td {
  border: 0;
  padding: 0;
  opacity: 0.5;
  background: none;
}
.technical_note {
  font-size: 70%;
  font-style: italic;
}

img {
	padding: 0;
}
#content {
	box-sizing: content-box;
}
#viirs_bowtie_illustration {
	margin: 0;
}
