@media print {
  body {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    border-bottom: 0 !important;
  }

  h1 {
    font-size: 2.5rem !important;
    font-weight: 300 !important;
    color: #666;
  }
  h2 {
    font-size: 2rem !important;
  }
  h3 {
    font-size: 1.5rem !important;
  }
  h4 {
    font-size: 1.3rem !important;
  }
  h5 {
    font-size: 0.9rem !important;
  }
  h6 {
    font-size: 0.8rem !important;
  }
  p,
  li,
  th,
  td {
    font-size: 1rem;
  }

  th,
  td,
  td > ol > li,
  td > ul > li {
    font-size: 0.8rem;
  }

  ol,
  ul {
    margin-left: 2rem;
    page-break-inside: auto !important;
  }

  li > img {
    page-break-before: avoid;
  }

  a {
    text-decoration: underline !important;
    color: #4051b5 !important;
  }

  table {
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%),
      0 3px 1px -2px rgb(0 0 0 / 20%);
    border: 1px solid #ccc;
    display: inline-block;
    max-width: 100%;
    border-radius: 0.1rem;
    font-size: 0.64rem;
    overflow: auto;
    page-break-before: avoid important!;
  }

  th {
    min-width: 5rem;
    padding: 0.6rem 0.8rem;
    background-color: rgba(0, 0, 0, 0.54);
    color: #fff;
    vertical-align: top;
    font-weight: 800;
  }

  code,
  pre {
    font-family: "Courier New", Courier, monospace !important;
    font-size: 0.9rem !important;
    color: #333;
    /* background: #eee; */
  }


  pre code {
    padding: 5px 10px !important;
    background: transparent;
  }

  code {
    padding: 2px !important;
  }

  pre {
    page-break-inside: avoid;
    padding: 5px 10px !important;
  }

  .admonition {
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%),
      0 3px 1px -2px rgb(0 0 0 / 20%);
    border-left: 2px solid #448aff;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    margin: 5px 0 10px 0;
    font-size: 0.9rem !important;
    padding: 5px 10px;
  }

  .admonition-title {
    padding: 0;
    margin: -5px -10px;
    font-weight: bold;
    background-color: rgba(68, 138, 255, 0.1);
  }

  .admonition-title::before {
    /* border: 2px solid red !important; */
    margin-left: -25px;
    margin-top: 3px !important;
  }

  #doc-toc a {
    text-decoration: none !important;
  }
}

@page {
  /* @import url('https://fonts.googleapis.com/css?family=Roboto'); */
  size: a4 portrait;
  margin: 25mm 10mm 25mm 10mm;
  counter-increment: page;

  white-space: pre;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif !important;

  @top-left {
    content: string(title);
    font-size: 0.6rem;
  }


}
