/* For licensing see accompanying LICENSE file.
Copyright (C) 2023 Apple Inc. All Rights Reserved. */

/* override table width restrictions */
@media screen and (min-width: 767px) {
  .wy-table-responsive table td {
    /* !important prevents the common CSS stylesheets from overriding
           this as on RTD they are loaded after this stylesheet */
    white-space: normal !important;
  }
  .wy-table-responsive {
    overflow: visible !important;
  }
}

.rst-content dl:not(.docutils) dt em {
  font-style: normal !important;
  line-height: 1.4em !important;
}

.rst-content div[class^="highlight"] {
  background: #fff !important;
}
