body{
      background: black;
      color: white;
      font-size: 18px;
    }
    .target-db{
      margin: 10px;
    }
    .target-db .status{
      padding: 5px;
      color: #db2929;
      font-size: 20px;
      display: none;
    }
    .split > div{
      display: inline-block;
      vertical-align: top;
      width: 49%;
    }
    pre{
      max-width: 100%;
    }
    iframe{
      background-color: white;
    }
    #editor {
width: 100%;
padding: 5px;
min-height: 130px;
}
.all-all-cb-wrap{
  margin-top: 20px;
}
#configurator:not(.mode-write) input[name="val"]{
  display: none;
}

.sticky{
  position: sticky;
  top: 0;
}
#google-whitelist-code{
  display: block;
  min-height: 200px;
  width: 100%;
}
textarea{
  background: black;
  color: lime;
}