<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (max-width: 767px) {
  .compare_table .title,
  .compare_table .item {
    min-height: 45px;
    white-space: normal;
    font-size: 14px;
  }
  .compare_table .item {
    float: left;
    width: 50%;
    line-height: 16px;
  }
  .compare_table .item img {
    margin-top: 6px;
  }
  .compare_table .title {
    padding: 7px 7px 4px 7px;
    float: none;
    width: 100%;
    min-height: 30px;
    text-align: left;
    font-weight: bold;
    font-size: 18px;
    border-bottom: 1px solid #a8afba;
    margin-top: 15px;
  }
  .header {
    height: 50px !important;
    line-height: 50px !important;
  }
  .logo img {
    width: 70px;
  }
  .help_page_title h1 {
    font-size: 18px !important;
    line-height: 50px !important;
  }
  .mm-menu &gt; .mm-panel {
    padding: 10px !important;
  }
  .mm-menu &gt; .mm-panel li a {
    font-size: 13px !important;
  }
  .menu_icon {
    margin-top: 0px;
  }
  .help_page_title {
    line-height: 50px !important;
    font-size: 16px !important;
  }
}
@media (max-width: 992px) {
  .menu_icon {
    display: block;
  }
}
</pre></body></html>