@charset "UTF-8";
textarea {
  box-sizing: padding-box;
  /*height: 300px;*/
  width: 100%;
}

button {
  clear: both;
  display: block;
  margin: 0 auto;
}

h1 {
  font-family: Arial, Helvetica, sans-serif;

}

#status {
  clear: both;
  color: #800000;
}

#jsonprettyprint {
  background-color: #f5f5f5;
  border-color: #ccc;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  color: gray;
  /*height: 300px;*/
  margin: 1px 0;
  overflow: auto;
  padding: 9px;
}
#jsonprettyprint .k {
  font-weight: bold;
  color: black;
}
#jsonprettyprint .null {
  color: red;
}
#jsonprettyprint .boolean {
  color: blue;
}
#jsonprettyprint .number {
  color: blue;
}
#jsonprettyprint .string {
  color: green;
  white-space: pre-wrap;
}
#jsonprettyprint .string a {
  color: inherit;
}
#jsonprettyprint .string a:hover {
  text-decoration: underline;
}
#jsonprettyprint .collapser {
  cursor: pointer;
  left: -1em;
  position: absolute;
  top: -0.2em;
  transform: rotate(90deg);
  transition: transform 0.2s ease 0s;
}
#jsonprettyprint .collapser::before {
  -moz-user-select: none;
  content: "▸";
}
#jsonprettyprint .collapsible.collapsed {
  display: inline-block;
  height: 1.2em;
  margin: 0;
  overflow: hidden;
  vertical-align: top;
  width: 1.4em;
}
#jsonprettyprint .collapsible.collapsed::before {
  content: "…";
  margin-left: 0.2em;
}
#jsonprettyprint .collapser.collapsed {
  transform: rotate(0deg);
}
#jsonprettyprint .q {
  color: transparent;
  display: inline-block;
  width: 0;
}
#jsonprettyprint .quoted .q {
  color: inherit;
  display: inline;
  font-weight: normal;
  width: auto;
}
#jsonprettyprint li {
  position: relative;
}
#jsonprettyprint #error {
  background-color: #efefef;
  border-bottom: 1px solid #d4d1d1;
  margin-bottom: 1.5em;
  padding: 1em 0.5em;
}
#jsonprettyprint .errormessage {
  color: #a70505;
  font-family: monospace;
  margin-top: 0.5em;
}
#jsonprettyprint .errorcolumn {
  background-color: #a70505;
  color: white;
}
#jsonprettyprint .errorline {
  background-color: #ffe2e2;
}
#jsonprettyprint #json {
  font-family: monospace;
  font-size: 1.1em;
  margin: 0.5em;
  white-space: pre-wrap;
}
#jsonprettyprint ul {
  list-style: outside none none;
  margin: 0 0 0 2em;
  padding: 0;
}
#jsonprettyprint h1 {
  font-size: 1.2em;
}
#jsonprettyprint .callback + #json {
  padding-left: 1em;
}
#jsonprettyprint .callback {
  color: #a52a2a;
  font-family: monospace;
}


.article {
  padding: 0% 20% 2% 0;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}