/* Build 006F.3 — Testcenter Direct Start */

#test .intro{
  position:relative;
  isolation:isolate;
  overflow:visible;
}

#runTests{
  position:relative!important;
  z-index:100!important;
  pointer-events:auto!important;
  touch-action:manipulation;
  cursor:pointer!important;
  user-select:none;
  min-width:150px;
}

#runTests:hover{
  transform:translateY(-1px);
}

#runTests.testcenter-pressed,
#runTests:active{
  transform:translateY(1px) scale(.99);
}

#runTests[data-running="true"]{
  opacity:.78;
  cursor:progress!important;
}

#test::before,
#test::after{
  pointer-events:none!important;
}

.nav-section-label{
  margin:18px 12px 7px;
  font-size:.72rem;
  letter-spacing:.08em;
  text-transform:uppercase;
  opacity:.66;
  pointer-events:none;
}
