/* note: the flatdoc style.css is modified to remove .active to disable highlighting - this needs to be repeated when upgrading flatdoc */

.content img {
  width: 100%;
  border: 1px solid #e7e7e7;
}

@media (min-width: 1340px) {
  body:not(.no-literate) .content img {
    width: 480px;
    margin-right: -135px;
  }
}
#logo {
  height: 40px;
  margin: -10px 0px 0px 0px;
  padding-right: 15px;
  display: block;
}
