/* styles.css of W3Cx-2of5 making W3Cx-2of5.bauska.org */
img.displayed {
  display: block;
  margin: 0 auto; 
}
.border {
  border-width: 1px;
  border-color: #778899;  /* dark grayish blue */
  border-style: solid; 
}

ul,ol li {
  font-size: 14.5px;
  font-family: Bahnschrift, Inter, Helvetic, sans-serif;
  padding: 14.5px;  /* 10px */
  margin-left: 3em; /* was blank */
  line-height: 125%;  /* 110% */
}

p { 
  font-size: 14.5px;
  font-family: Bahnschrift, Inter, Helvetic, sans-serif;
  text-align: left;
  margin-left: 15px;  /* 10px */
}

a:link {
  color: #013220;  /* very dark green */
  background-color: transparent;
  text-decoration: none;
}
a:visited {
  color: #037d50;  /* green, next: 0000ff: pure (or mostly pure) blue, was: dark red: #a5682a */
  background-color: transparent;
  text-decoration: none;
}
a:hover {
  color: #00000;
  background-color: #ffff00;  /* yellow */
  text-decoration: underline;
}
a[href]:hover {
  text-decoration: underline; 
  text-decoration-color: 0000ff;
}

div {
  float: left;
}

h1 {
  font-size: 21px;
  font-family: Bahnschrift, Inter, Helvetic, sans-serif, Consolas;
  text-align: center;
}
h2 {
  font-size: 18px;
  font-family: Bahnschrift, Inter, Helvetic, sans-serif, Consolas;
  margin-left: 15px;  /* 10px */
}
h3 {
  font-size: 17px;
  font-family: Bahnschrift, Inter, Helvetic, sans-serif, Consolas;
  margin-left: 15px;
}
h4 { 
  font-size: 16px;
  font-family: Bahnschrift, Inter, Helvetic, sans-serif, Consolas; 
  margin-left: 15px;
}
h5 { 
  font-size: 15px;
  font-family: Bahnschrift, Inter, Helvetic, sans-serif, Consolas; 
  margin-left: 15px;
}
h6 { 
  font-size: 12px;
  font-family: Bahnschrift, Inter, Helvetic, sans-serif;
  margin-left: 15px;
}

details {
  font: 14px Bahnschrift, Inter, sans-serif, Calibri;
  width: 65%;
}
details > summary {
  width: 12em;
  padding: 2px 6px;
  background-color: #eee;  /* very light gray */
  border: none;
  box-shadow: 3px 3px 4px #00008b;  /* dark blue */
  cursor: pointer;
  margin-left: 15px;
}
details > p {
  border-radius: 0 0 10px 10px;
  background-color: #fff;  /* white */
  padding: 2px 6px;
  margin: 0;
  box-shadow: 3px 3px 4px #00008b;  /* dark blue*/
}
details[open] > summary {
  background-color: #ffff00;  /* yellow */
}

background: linear-gradient(60deg, #3d3393 0%, #2b76b9 37%, #2cacd1 65%, #35eb93 100%)

body {
  font-family: Bahnschrift, Inter, Helvetic, sans-serif;
  font-size: 13.5px;  /* 1.2rem; */
  background-color: #eee;  /* very light gray */
  color: #000000;  /* black */
  text-align: left;
  padding: 10px;
  margin: 15px;  /* was margin-left: 10px; */
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 11px;
  border: none;
  outline: none;
  background-color: #8b0000;  /* dark red */
  color: #fdfeff;  /* very pale (mostly white) blue */
  cursor: pointer;
  padding: 10px;
  border-radius: 1px;
}
#myBtn:hover {
  background-color: #555;  /* very dark gray */
}

th, td {
  border: 1px solid #000;  /* black */
}
table {
  border-collapse: collapse;
  margin-left: 15px;
  border: 1px solid #000;  /* black */
}

pre {
  font: normal normal 10px/12px consolas,Courier,Monospace;
  background-color: #eee;  /* very light gray */
  overflow: auto;
  margin: 0 0 1em;
  padding: .5em 1em;
  white-space: pre-wraps;
  overflow-x: auto;
}
pre > code {
  display: block;
  margin-left: 15px;  /* 10px */
  padding: 1rem;
  word-wrap: normal;
}
pre code,
pre .line-number {
  font: normal normal 10px/12px consolas,Courier,Monospace;
  color: #000;  /* black */
  display: block;
}
pre .line-number {
  font: normal normal 10px/12px consolas,Courier,Monospace;
  float: left;
  margin: 0 1em 0 -1em;
  border-right: 1px solid;
  text-align: right;
  color: #ff0000;  /* pure (or mostly pure) red */
}
pre .line-number span {
  display: block;
  padding: 0 .5em 0 1em;
}
pre .cl {
  display: block;
  clear: both;
}
pre {
  width: 400px;
  overflow: auto;
}
pre[href]:hover  {
  text-decoration: none;
}
pre:hover, pre:focus {
  width: 400px;  /* was: 50%, fit-content; before that; width: min-content */
}

@media all and (max-width: 500px) {
  img.frame { 
    border-width: 0px;
    width: 100%; 
  }
}
@media screen and (max-width: 900px) and (min-width: 600px), (min-width: 1100px) {
  div.example {
    font-size: 50px;
    padding: 50px;
    border: 8px solid #000;  /* black */
    background: #ffff00;  /* yellow */
  }
}
