dt {
  font-weight: bold;
}


@media only screen and (min-width: 76.25em) {
  .md-main__inner {
    max-width: none;
  }
  .md-sidebar--primary {
    left: 0;
  }
  .md-sidebar--secondary {
    right: 0;
    margin-left: 0;
    -webkit-transform: none;
    transform: none;
  }
}


@media print {
    .md-content article::before {
        width: 100%;
        height: 60pt;
        margin-bottom: 18pt;
        background-image: url("gitlabhost-logo.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }

    .md-content article::after {
        height: 20pt;
        margin-top: 30pt;
        display: block;
        border-top: solid 1px #888;
        font-size: .6rem;
        content: "Copyright © 2024, GitLabHost BV. All rights reserved. No legal rights can be derived from the contents of this document.";
    }
    .md-main__inner { /* This is to fix the first page being blank in the pdf files */
        height: 0% !important;
    }
}

