html {
  margin: 0;
  padding: 0;
  height: 100%;
}
body.visual-sandbox {
  border: none;
  overflow: hidden;
  color: #212121;
  font-family: 'Segoe UI', 'wf_segoe-ui_normal', helvetica, arial, sans-serif;
  font-size: 16px;
  cursor: pointer;
  margin: 0;
  padding: 0;
  height: 100%;
  -webkit-touch-callout: none;
  /* prevent callout to copy image, etc when tap to hold */
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* prevent copy paste, to allow, change 'none' to 'text' */
}
body.visual-sandbox #sandbox-host {
  margin: 0;
  padding: 0;
  height: 100%;
  overflow: hidden;
}
body.visual-sandbox .tooltip-container .tooltip-row {
  font-size: 9px;
}
li {
  list-style: none;
  font-size: 12px;
}
