* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  background-color: white;
  color: #3d3d3d;
  font-family: "Helvetica Neue CE 55 Roman";
}

body {
  padding: 1rem;
  font-size: 1rem;
  line-height: 1.25rem;
}

a {
  color: #88de35;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:visited {
  color: #7C2;
}

p, ul, pre, ol, table {
  margin: 1rem;
  padding: 1rem;
}

ul {
  list-style: none;
  /* Remove default bullets */
}

ul li::before {
  content: "~";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #729fcf;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1rem;
  /* Also needed for space (tweak if needed) */
  margin-left: -1rem;
  /* Also needed for space (tweak if needed) */
}

table {
  border-spacing: 0;
}
table th {
  border-right: 1px dotted #BBB;
  z-index: 3;
  border-bottom: 0.2em solid #3d3d3d;
  font-weight: bold;
  background-color: #729fcf;
  white-space: nowrap;
  padding: 0.2rem 0.8rem;
  padding-left: 0;
  text-transform: capitalize;
  text-align: left;
}
table tr {
  scroll-margin: 250px 5px 50px 250px;
}
table tr:nth-child(even) {
  background-color: #EEE;
}
table tr:nth-child(odd) {
  background-color: #FFF;
}
table tr td, table tr th {
  position: relative;
  padding: 2px;
  border: 0px;
  border-bottom: 1px solid #CCCCCC;
  border-right: 1px dotted #DDD;
  padding-left: 5px;
  padding-right: 5px;
  white-space: nowrap;
  text-align: left;
  vertical-align: top;
}
table tr td.breakable, table tr th.breakable {
  white-space: pre-wrap;
  display: block;
  max-height: 2rem;
  min-height: 1.8rem;
  overflow: hidden;
  position: relative;
  transition-property: max-height;
  transition-duration: 1s;
  border-bottom: 0;
  border-top: 1px solid #CCC;
}
table tr td.breakable:hover, table tr th.breakable:hover {
  z-index: 10;
  max-height: 20rem;
  transition-property: max-height;
  transition-duration: 1s;
}
table tr td.narrow, table tr th.narrow {
  width: 1em;
}

pre {
  background-color: #3d3d3d;
  color: white;
  padding: 1rem;
}

code {
  color: #5A1;
  font-weight: bold;
}

h2#obsahLoader {
  color: #88de35;
  background-color: #3d3d3d;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 3;
  margin: -1rem;
  height: 5rem;
  line-height: 5rem;
  padding-left: 0.5rem;
}
h2#obsahLoader:before {
  content: "~";
  color: #729fcf;
}
h2#obsahLoader.open:before {
  content: " | ";
}

menu {
  background-color: #3d3d3d;
  margin: -1rem;
  margin-bottom: 1rem;
  position: relative;
  z-index: 4;
}
menu ul {
  z-index: 2;
  margin-top: 0;
}
menu ul li.active a {
  color: #729fcf;
}
menu.open {
  position: sticky;
  top: 3rem;
}

h1 {
  position: sticky;
  top: 5rem;
  background-color: white;
  color: #729fcf;
  min-height: 3rem;
  line-height: 2rem;
  font-size: 1.8rem;
  display: block;
}

h2 {
  font-size: 1.6rem;
  line-height: 1.8rem;
  margin: 0.5rem;
}

h3 {
  font-size: 1.4rem;
  line-height: 1.6rem;
  margin: 0.5rem;
}

footer {
  margin-top: 1rem;
  font-size: 0.8em;
  line-height: 1rem;
  color: #729fcf;
  background-color: white;
  position: sticky;
  bottom: 0;
}

/*# sourceMappingURL=shell.css.map */
