div.document img {
  cursor: pointer;
}

a.image-reference {
  cursor: default;
}

.image-zoom {
  background: rgba(0,0,0,.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  padding-top: 5vh;
}

.image-zoom > img {
  display: block;
  margin: auto;
  max-width: 95vw;
  max-height: 90vh;
}

div.contents.topic {
  background-color: #e3e3e3;
  padding: 10px 30px 1px 10px;
  margin: 0;
  margin-bottom: 30px;
  display: inline-block;
}

div.contents.topic > ul {
  margin-left: -20px;
}

div.contents.topic > ul > li {
  list-style: none;
}

div.contents.topic > ul > li > a {
  display: none;
}

div.section {
  clear: both;
  /* This was here for some reason, it breaks publish-workflow now though
  overflow: auto;*/
}

div.admonition {
  clear: both;
}

.admonition.admonition-todo.admin-only {
  background: #D1FACF;
}

.admonition.admonition-todo.admin-only p.admonition-title {
  background: #57DE52;
}

.wy-table-responsive table td {
    white-space: normal;
}

.wy-menu-vertical {
  /* This offsets the version selector at the bottom */
  padding-bottom: 120px;
}

footer {
  clear: both;
}