
.test_class_box {
    
    background-size: contain;
}

.test_result_box {
    margin-left: 2.5%;
    margin-right: 2.5%;
    margin-top: 2%;
    margin-bottom: 2%;
}


.test_main_result {
    width: 100%;
    height: auto;
    align-items: center;
    margin-left: 2.5;
    margin-right: 2.5%;
}

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

/* Create two equal columns that floats next to each other */
.test_box_1 {
  float: left;
  width: 45%;
  text-align: center;
  padding: 10px;
  margin-left: 3%;
  margin-right: 2%;
  height: 400px; /* 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) {
  .test_box_1 {
    width: 100%;
  }
}

/* Create two equal columns that floats next to each other */
.test_box_2 {
  float: left;
  width: 45%;
  text-align: center;
  padding: 10px;
  margin-left: 2%;
  margin-right: 3%;
  height: 400px; /* 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) {
  .test_box_2 {
    width: 100%;
  }
}
/*
     FILE ARCHIVED ON 07:19:30 Apr 08, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 15:44:22 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: 1.171
  load_resource: 33.091
  PetaboxLoader3.datanode: 32.407
*/