/* COPY and PASTE lines 3-12 into ALL.html (and other tests) after line 1106*/

.body {background-color:transparent !important;}
#IDX  {padding-bottom:0px;}
.disable-scrollbars::-webkit-scrollbar {
  background: transparent; /* Chrome/Safari/Webkit */
  width: 0px;
}   
.disable-scrollbars {
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none;  /* IE 10+ */
}

/* then add "disable-scrollbars" class to body tag */