.debug {
  background: rgba(144, 19, 254, 0.3) !important;
}

.no_select {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
									supported by Chrome and Opera */
}

.ns {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
									supported by Chrome and Opera */
}

.select {
  -webkit-touch-callout: 0 !important; /* iOS Safari */
  -webkit-user-select: 0 !important; /* Safari */
  -khtml-user-select: 0 !important; /* Konqueror HTML */
  -moz-user-select: 0 !important; /* Firefox */
  -ms-user-select: 0 !important; /* Internet Explorer/Edge */
  user-select: 0 !important; /* Non-prefixed version, currently
									supported by Chrome and Opera */
}

/* GENERAL DEFAULT SETTINGS */
body,
html {
  padding: 0px;
  margin: 0px;
  font-size: 15px;
  font-family: "Roboto", monospace;
  /*font-family: "Arial", monospace;*/
  color: #000;
  -webkit-font-smoothing: antialiased !important;
  background-color: #ffffff;
}

a[href^="tel"],
a[href^="tel"]:hover,
a[href^="tel"]:active,
a[href^="tel"]:focus,
a[href^="tel"]:visited {
  color: #0055ff;
  text-decoration: underline;
}

a {
  outline: 0 !important;
  outline-style: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-outline-style: none !important;
}

a,
a:active,
a:focus,
a:visited {
  color: #0055ff;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  cursor: pointer;
}

a img {
  display: block;
}

img {
  display: block;
}

/* DEFAULT TEXT SETTINGS */
h1,
h2,
h3,
h4,
h5,
h6,
p {
  padding: 0;
  margin: 0;
}

h1 {
  font-size: 25px;
}

p {
  line-height: 26px;
}

.pt0 {
  padding-top: 0px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.o50 {
  color: #607d8b;
}

.mono {
  font-family: monospace;
}

/*
ul {
  margin: 0;
  padding: 0;
  margin-left: 20px;
}

ul li {
  padding: 0;
  padding: 10px 0 0 0;
}

ul li:first-child {
  padding: 0;
}
*/

section {
  max-width: 1024px;
  margin: 0 auto;
  cursor: default;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  align-items: flex-start;
}

section:before,
section:after {
  content: "";
  display: table;
  clear: both;
}

footer {
  padding-top: 30px;
  padding-bottom: 30px;
}

footer .footer_content {
  max-width: 1024px;
  margin: 0 auto;
  cursor: default;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
}

footer .footer_content p {
  color: #000000;
  font-size: 12px;
  line-height: normal;
}

.logo_in_content {
  margin-top: 20px;
  display: none;
}

.content {
  padding-left: 40px;
}

.info_frame {
  border-radius: 8px;
  font-size: 20px;
  font-family: monospace;
  font-weight: medium;
}

.color_frame {
  background-color: #f0fff0;
  padding: 14px;
  border-radius: 8px;
}

.syntax_frame {
  background-color: #f2f7ff;
  padding: 14px;
  border-radius: 8px;
}

ul.syntax {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.syntax li {
  display: flex;
  font-family: monospace;
  color: #000;
  width: 100%;
}

ul.syntax li:first-child {
  margin-top: 0;
}

ul.syntax li:last-child {
  margin-bottom: 0;
}

ul.syntax li span {
  overflow: hidden;
  text-overflow: ellipsis;
}

.string {
  color: #008080;
}

.url {
  color: #778899;
}

.number {
  color: #dd1144;
}

.boolean {
  color: #9932cc;
}

.null {
  color: #778899;
}

.key {
  color: #0000ad;
  margin-right: 10px;
  flex: none;
}

.one_tab {
  padding-left: 20px;
}

.two_tab {
  padding-left: 40px;
}

.three_tab {
  padding-left: 60px;
}

.four_tab {
  padding-left: 80px;
}

.five_tab {
  padding-left: 100px;
}
