.pre-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
  	background-color: #018F00;
    z-index: 9999;
}
.spinner {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
  width: 40px;
  height: 40px;

  background-color: #fff;

  border-radius: 100%;  
  -webkit-animation: scaleout 1.0s infinite ease-in-out;
  animation: scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes scaleout {
  0% { -webkit-transform: scale(0.0) }
  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}

@keyframes scaleout {
  0% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 100% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}
/*
     FILE ARCHIVED ON 14:07:48 Aug 16, 2018 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 20:18:52 Oct 24, 2023.
     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):
  captures_list: 187.414
  exclusion.robots: 0.084
  exclusion.robots.policy: 0.073
  cdx.remote: 0.067
  esindex: 0.009
  LoadShardBlock: 149.16 (3)
  PetaboxLoader3.datanode: 147.97 (4)
  PetaboxLoader3.resolve: 76.42 (2)
  load_resource: 123.101
*/