.md-typeset table:not([class]) th {
    background-color: rgba(0, 0, 0, 0.03);
    color: black;
    font-weight: bold;
}

.md-typeset img.s-img-h150 {
  height: 150px;
}

.md-typeset img.s-img-icon {
  height: 24px;
  vertical-align: bottom;
}

@media print {
  .md-typeset table:not([class]) {
    width: 190mm;
    table-layout: fixed
  }
  .md-typeset table:not([class]) td.p-w2x {
    width: 90mm;
    padding: 0.5mm;
  }
  .md-typeset table:not([class]) td.p-w3x {
    width: 60mm;
    padding: 0.5mm;
  }
  .md-typeset table:not([class]) td.p-w4x {
    width: 45mm;
    padding: 0.5mm;
  }
  .md-typeset table:not([class]) td.p-w5x {
    width: 38mm;
    padding: 0.5mm;
  }
  .md-typeset table:not([class]) td.p-w6x {
    width: 30mm;
    padding: 0.5mm;
  }

  .md-typeset table:not([class]) td img {
    width: 100%;
    height: auto;
    margin: auto;
  }

  .md-typeset table:not([class]) td a img {
    width: 100%;
    height: auto;
    margin: auto;
  }

  .md-typeset img.s-img-h150 {
    height: 30mm;
  }
}

