body {
  background-color: white;
  color: #464a4c;
  font-family: Verdana;
  overflow-wrap: anywhere;
  line-height: 1.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

table {
  width: 100%;
  border-collapse: collapse;
}

th {
  background-color: #e2e4e7;
  padding: 6px 10px;
  border: 1px solid;
  border-color: #e2e4e7;
  color: black;
}

td {
  padding: 0.5em;
}

code {
  color: #ad0008;
  background-color: #fdf6f6;
}

img {
  max-width: 100%;
}

h1 {
  font-size: 2.5em;
  line-height: 1.5em;
  text-align: center;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.75em;
}

h4 {
  font-size: 1.5em;
}

h5 {
  font-size: 1.25em;
}

#container {
  max-width: 1140px;
  margin: auto;
}

.crumbs {
  border-bottom: 1px solid black;
}

.crumbs ol {
  list-style-type: none;
  padding-left: 0;
}

.crumb {
  display: inline-block;
}

.crumb a::after {
  display: inline-block;
  color: black;
  content: ">";
  font-size: 80%;
  font-weight: bold;
  padding: 0 3px;
}

@media (prefers-color-scheme: dark) {
  body {
    background-color: #262626;
    color: #bdc0c2;
  }
  a {
    color: #4b99d1;
  }
  th {
    background-color: rgb(56, 57, 59);
    border-color: rgb(56, 57, 59);
    color: rgb(189, 192, 194);
  }
}

@media (max-width: 767px) {
  body {
    font-size: x-small;
    line-height: unset;
  }
}
