@import url('./screen.css');

h1, h2 {
  -webkit-region-break-before: always;
  page-break-before: always;
  counter-increment: page;
}

h1, h2, h3, h4 {
  margin-top: 2em;
}

p, h1, h2 {
  position: relative;
  -webkit-region-break-inside: avoid;
  page-break-inside: avoid;
}

.wrapper, body {
  overflow: auto;
  overflow-x: auto;
}

.container {
  padding: 20px 0 0 20px;
}

.toc, .anchor {
  display: none;
}

img {
  width: auto;
}

table {
    font-size: 1em;
}


.json-schema .property {
  padding: 5px 10px 5px 20px;
}
.json-schema .type {
  color: #34f;
}
.json-schema .name {
  color: #333;
}
.json-schema .description {
    font-size: 0.7em;
    color: #999;
   -moz-user-select: none;
   -khtml-user-select: none;
   -webkit-user-select: none;
   -ms-user-select: none;
   user-select: none;
}
