
/* Clear floats after the columns */
.registration-cell:after {
  content: "";
  display: table;
  clear: both;
}

/* Create two equal columns that floats next to each other */
.process-cell {
  float: left;
  width: 48%;
  padding: auto;
  height: 50%; /* Should be removed. Only for demonstration */
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .process-cell {
    width: 100%;
  }
}
/*
     FILE ARCHIVED ON 07:19:06 Apr 08, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 15:44:17 May 10, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  capture_cache.get: 0.841
  load_resource: 62.593
  PetaboxLoader3.resolve: 36.479
  PetaboxLoader3.datanode: 25.192
*/