:root {
  --md-admonition-icon--experimental: url('data:image/svg+xml;charset=utf-8,<svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="flask" class="svg-inline--fa fa-flask fa-w-14" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="currentColor" d="M437.2 403.5L320 215V64h8c13.3 0 24-10.7 24-24V24c0-13.3-10.7-24-24-24H120c-13.3 0-24 10.7-24 24v16c0 13.3 10.7 24 24 24h8v151L10.8 403.5C-18.5 450.6 15.3 512 70.9 512h306.2c55.7 0 89.4-61.5 60.1-108.5zM137.9 320l48.2-77.6c3.7-5.2 5.8-11.6 5.8-18.4V64h64v160c0 6.9 2.2 13.2 5.8 18.4l48.2 77.6h-172z"></path></svg>');
}
.md-typeset .admonition.experimental,
.md-typeset details.experimental {
  border-color: rgb(43, 155, 70);
}

.md-typeset .experimental > .admonition-title,
.md-typeset .experimental > summary {
  background-color: rgba(43, 155, 70, 0.1);
  border-color: rgb(43, 155, 70);
}

.md-typeset .experimental > .admonition-title::before,
.md-typeset .experimental > summary::before {
  background-color: rgb(43, 155, 70);
  -webkit-mask-image: var(--md-admonition-icon--experimental);
  mask-image: var(--md-admonition-icon--experimental);
}

.verified {
  color: #00c853;
}

.unverified {
  color: #ff9100;
}

.bug {
  color: #f50057;
}

.cancel {
  color: #ff5252;
}

.install-tutorial-button {
  text-align: center;
}

.support-matrix .md-typeset__table {
  display: table;
  min-width: 100%;
}

.support-matrix .md-typeset table:not([class]) {
  display: table;
  min-width: 100%;
}

body
  > div.md-container
  > main
  > div
  > div.md-content
  > article
  > div.md-typeset__scrollwrap
  > div
  > table
  > thead
  > tr
  > th:nth-child(1) {
  min-width: 9.8rem;
}
body
  > div.md-container
  > main
  > div
  > div.md-content
  > article
  > div.md-typeset__scrollwrap {
  overflow-y: auto;
  height: 750px;
}

body
  > div.md-container
  > main
  > div
  > div.md-content
  > article
  > div.md-typeset__scrollwrap
  > div
  > table {
  display: table;
}

body
  > div.md-container
  > main
  > div
  > div.md-content
  > article
  > div.md-typeset__scrollwrap
  > div
  > table
  > thead {
  position: sticky;
  top: 0;
  z-index: 2;
  background-color: black;
}

body
  > div.md-container
  > main
  > div
  > div.md-content
  > article
  > div.md-typeset__scrollwrap
  > div
  > table
  > tbody
  > tr
  > td:nth-of-type(1) {
  position: sticky;
  left: 0;
  z-index: 1;
  background-color: black;
  text-align: right;
}
