/* These styles are used by swapShow.js. */

/* This is the style for hidden elements. */
.hideme {
  visibility: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 0px;
}

/* This makes the elements visible again. */
.showme {
  visibility: visible;
}