.hideme {
  visibility: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 0px;
}

.showme {
  visibility: visible;
}
