.sui-Test {
  display: none;
  padding: 10px 20px 40px 20px;
  height: 100%;
  z-index: 9998;

  &--open,
  &--failures {
    display: block;
    max-width: 700px;
    overflow-y: auto;
  }
}

#mocha {
  margin: 0;

  #mocha-stats {
    padding-bottom: 20px;
    position: unset;
  }

  #mocha-report {
    margin-top: 20px;
  }
}
