html {
  font-family: sans-serif;
}

body {
  margin: 0;
  -webkit-backface-visibility:hidden;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}


h1 {
    font-size: 2em;
    margin: 0;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
}

h2 {
    font-size: 2em;
    margin: 0;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
}

h3 {
    font-size: 2em;
    margin: 0;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
}

h4 {
    font-size: 1.5em;
    margin: 0;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

img {
  border: 0;
}


svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: unset;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
    overflow: auto;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 10px;
    font-family: Courier New, Courier, monospace;
    font-weight: 400;
    border: 1px dashed rgba(0,0,0,0.2);
    background-color: rgba(0,0,0,0.1);
    position:relative;
}

.preCopyCode{
    position:absolute;
    right:10px;
    top:10px;
    width:30px;
    height:30px;
}
.preCopyCodeEditor {
    position: absolute;
    right: 20px;
    top: 30px;
    width: 30px;
    height: 30px;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}


input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    color: inherit;
    font: inherit;
    overflow: visible;
    background-color:unset;
    border:unset;
    padding-block:0;
    padding-inline:0;
    display:block;

}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; 
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
        height: auto;
        -webkit-appearance: none;
    }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: unset;
  margin: unset;
  padding: unset;
}

legend {
  border: 0;
  padding: 0;
  width: 100%;
}

textarea {
  overflow: auto;
}


optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
    padding: 0;
    font-weight: inherit;
    text-align: initial;
}

p {
    margin-block-start:0;
    margin-block-end:0;
}

    p.formatted {
        margin-block-start: 1em;
        margin-block-end: 1em;
        overflow-wrap:anywhere;
    }


.psubst {
    margin-block-start: 0;
    margin-block-end: 0;
    display:block;
}
.psubst.formatted {
    margin-block-start: 1em;
    margin-block-end: 1em;
}

.h1subst {
    font-size: 2em;
    margin: 0;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    display:block;
    font-weight:bold;
}

.h2subst {
    font-size: 1.5em;
    margin: 0;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    display: block;
    font-weight: bold;
}