
/* Clear floats after the columns */
.login-panel-clickup:after {
  content: "";
  display: table;
  clear: both;
  align-items: justify;
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .login-panel-clickup:after {
    width: 100%;
    align-items: center;
  }
}

/* Create two equal columns that floats next to each other */
.cell-visits {
  float: left;
  width: 10;
  padding: auto;
  height: 55px; /* 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) {
  .cell-visits {
    width: 100%;
    align-items: center;
  }
}



/*
     FILE ARCHIVED ON 07:18:45 Apr 08, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 16:01:47 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.605
  load_resource: 101.246
  PetaboxLoader3.resolve: 47.635
  PetaboxLoader3.datanode: 50.135
*/