.onlyOnline {
  display: none;
  width: 0;
  }
.onlyPrint {
  display: inline;
  }