/* Scoped mobile readability for simplified/high-priority pages only. */
@media (max-width: 760px) {
  html {
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
  }

  body {
    min-width: 0;
    width: 100%;
  }

  body > table[width="783"] {
    width: 100% !important;
    max-width: 100% !important;
  }

  body > table[width="783"] > tbody > tr:first-child img {
    width: 100% !important;
    height: auto !important;
  }

  body > table[width="783"] > tbody > tr > td[width="206"][height="18"] {
    display: none !important;
  }

  body > table[width="783"] > tbody > tr > td[width="577"][height="18"] {
    display: block;
    width: 100% !important;
    box-sizing: border-box;
  }

  .pmc-sticky-nav-wrap {
    max-width: 100vw;
    overflow-x: auto;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
  }

  .pmc-sticky-nav-wrap.is-fixed {
    left: 0 !important;
    right: 0;
    width: 100% !important;
  }

  .pmc-sticky-nav-wrap table {
    min-width: 620px;
  }

  .navcell:focus-within .nav-dropdown {
    display: none;
  }

  .navcell.is-open > a {
    background: #669966;
    color: #ffff00 !important;
  }

  .navcell.is-open .nav-dropdown {
    display: block;
    position: fixed;
    max-width: calc(100vw - 16px);
    min-width: 180px;
    z-index: 1002;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.18);
  }

  body > table[bgcolor="#FFFFFF"] td[width="0"],
  body > table[bgcolor="#FFFFFF"] td[width="1"] {
    display: none !important;
  }

  table[width="90%"] {
    width: 94% !important;
  }

  img,
  video,
  object,
  embed {
    max-width: 100% !important;
    height: auto !important;
  }

  td[width="55%"],
  td[width="58%"],
  td[width="54%"],
  td[width="46%"],
  td[width="45%"],
  td[width="42%"],
  td[width="25%"],
  td[width="33%"],
  td[width="34%"] {
    display: block;
    width: 100% !important;
    height: auto !important;
    box-sizing: border-box;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  td[style*="padding-left:18px"] {
    padding-left: 0 !important;
    padding-top: 12px;
  }

  .page-title {
    font-size: 20px !important;
    line-height: 27px !important;
  }

  .sub-title,
  .raf-panel h2 {
    font-size: 17px !important;
    line-height: 24px !important;
  }

  .copy,
  .smallcopy,
  .media-box,
  .feature-box,
  .contact-table td,
  .fact-table td {
    font-size: 14px !important;
    line-height: 22px !important;
  }

  .button,
  .button-light,
  .raf-button {
    margin-bottom: 8px;
    white-space: normal;
  }

  .contact-table tr,
  .contact-table td,
  .fact-table tr,
  .fact-table td {
    display: block;
    width: 100% !important;
    box-sizing: border-box;
  }

  .contact-table .label,
  .fact-table .label {
    border-bottom: 0;
    padding-bottom: 2px;
  }

  .spec-table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .raf-panel {
    padding: 12px;
  }
}
