.shift10 {
  margin-top: -10px;
}

.shift20 {
  margin-top: -20px;
}

.shift30 {
  margin-top: -30px;
}

.shift50 {
  margin-top: -50px;
}

@media screen and (max-width: 500px) {
  .shift10, .shift20, .shift30, .shift50 {
    margin-top: 0px;
  }
}

.clearfix::after {
  clear: both;
}

.wrapable {
  white-space: normal;
}

.module {
  columns: 2;
  font-family: "PT Sans Narrow", gnarrow, "Arial Narrow", sans-serif;
}
@media print {
  .module .left, .module .__left {
    float: none;
    margin: 5px auto 5px;
  }
}
@media print {
  .module .right, .module .__right {
    float: none;
    margin: 10px auto;
  }
}
.module dt {
  font-family: "PT Sans", gsans, Arial, sans-serif;
}

.unbreakable {
  break-inside: avoid;
}

a[href*="docs.darktable.org"]:link {
  color: red;
}

a[href*="docs.darktable.org"]:visited {
  color: darkred;
}

p img, dt img, dd img, li img {
  display: inline-block;
  vertical-align: middle;
}

pre code {
  padding: 0px;
  border: 0px;
}

.origlink {
  font-size: 80%;
  margin-bottom: 20px;
}

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