/**
 * Based on Water.css (Dark Theme)
 * https://watercss.kognise.dev/
 */

body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', 'Segoe UI Emoji', 'Apple Color Emoji', 'Noto Color Emoji', sans-serif;
  line-height: 1.4;
  max-width: 800px;
  margin: 20px auto;
  padding: 0 10px;
  word-wrap: break-word;
  color: #d0ffd0;
  background: #212121;
  text-rendering: optimizeLegibility;
}

h1 {
  font-size: 2.2em;
  margin-top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 12px;
  margin-top: 24px;
}

h1 {
  color: #fff;
}

h2 {
  color: #fff;
}

h3 {
  color: #fff;
}

h4 {
  color: #fff;
}

h5 {
  color: #fff;
}

h6 {
  color: #fff;
}

strong {
  color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong,
th {
  font-weight: 600;
}

q::before {
  content: none;
}

q::after {
  content: none;
}

blockquote {
  border-left: 4px solid #F60;
  margin: 1.5em 0;
  padding: 0.5em 1em;
  font-style: italic;
}

q {
  border-left: 4px solid #F60;
  margin: 1.5em 0;
  padding: 0.5em 1em;
  font-style: italic;
}

blockquote > footer {
  font-style: normal;
  border: 0;
}

blockquote cite {
  font-style: normal;
}

a > code,
a > strong {
  color: inherit;
}

code {
  background: #1C1C1C;
  color: #fff;
  padding: 2.5px 5px;
  border-radius: 6px;
  font-size: 1em;
}

pre > code {
  padding: 10px;
  display: block;
  overflow-x: auto;
}

img,
video {
  max-width: 100%;
  height: auto;
}

hr {
  border: none;
  border-top: 1px solid #fff;
}

table {
  border-collapse: collapse;
  margin-bottom: 10px;
  width: 100%;
  table-layout: fixed;
}

table caption {
  text-align: left;
}

td,
th {
  padding: 6px;
  text-align: left;
  vertical-align: top;
  word-wrap: break-word;
}

thead {
  border-bottom: 1px solid #fff;
}

tfoot {
  border-top: 1px solid #fff;
}

tbody tr:nth-child(even) {
  background-color: #1C1C1C;
}

footer {
  /*border-top: 1px solid #fff;*/
  /*padding-top: 10px;*/
  color: #d0ffd0;
}

body > footer {
  /*margin-top: 40px;*/
}

a:link {	
  color: #F60;
  font-weight: bold;
  text-decoration: none;
}	
		
a:visited {	
  color: #C96;
  font-weight: bold;
  text-decoration: none;
}	
		
a:active {	
  color: #ffc;
  font-weight: bold;
  text-decoration: none;
}	
		
a:hover {	
  color: #FC0;
  font-weight: bold;
  text-decoration: none;
}

sup {
  font-style: italic;
}

/* special elements */

.warning {
  border-left: solid 4px #f44336; /*red*/
  background-color: #4A2725; /*#732E29;*/
  padding: 10px;
}

.note {
  border-left: solid 4px #ffeb3b;
  background-color: #4C4826; /*#78702B;*/
  padding: 10px;
}

.highlight {
  background: #1C1C1C;
  color: #fff;
  padding: 10px;
  border-radius: 6px;
  font-size: 1em;

  display: block;
  overflow-x: auto;
}
/*overwrite user agent stylesheet*/
.highlight pre {
  display: block;
  font-family: monospace;
  white-space: pre;
  margin: 0px; 
}

@media print {
  body,
  pre,
  code,
  summary,
  details,
  button,
  input,
  textarea {
    background-color: #fff;
  }

  button,
  input,
  textarea {
    border: 1px solid #000;
  }

  body,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  pre,
  code,
  button,
  input,
  textarea,
  footer,
  summary,
  strong {
    color: #000;
  }

  summary::marker {
    color: #000;
  }

  summary::-webkit-details-marker {
    color: #000;
  }

  tbody tr:nth-child(even) {
    background-color: #f2f2f2;
  }

  a {
    color: #00f;
    text-decoration: underline;
  }
}
