.kint-plain {
  background: rgba(#fff, 0.9);
  white-space: pre;
  display: block;
  font-family: monospace;
  color: #222;
  line-height: normal;

  i {
    color: #d00;
    font-style: normal;
  }

  u {
    color: #030;
    text-decoration: none;
    font-weight: bold;
  }

  .kint-microtime-js .kint-microtime-lap {
    text-shadow:
      1px 0 #d00,
      0 1px #d00,
      -1px 0 #d00,
      0 -1px #d00;
    color: #fff;
    font-weight: bold;
  }
}
