html, body {
  max-width: 100%;
}

img {
  max-width: 100%;
  height: auto;
}

.mobile-site-nav {
  display: none;
}

@media (max-width: 700px) {
  html, body {
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden;
  }

  body > table:first-of-type {
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    table-layout: auto;
  }

  body > table:first-of-type > tbody > tr,
  body > table:first-of-type > tbody > tr > td {
    display: block;
    width: 100% !important;
    height: auto !important;
    box-sizing: border-box;
  }

  body > table:first-of-type > tbody > tr > td {
    padding: 12px !important;
  }

  img[usemap] {
    display: none !important;
  }

  .mobile-site-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    width: 100%;
    background: #990000;
    border: 1px solid #990000;
  }

  .mobile-site-nav a {
    display: block;
    padding: 11px 7px;
    background: #fff;
    color: #006 !important;
    font-size: 15px !important;
    font-style: normal;
    font-weight: bold;
    text-align: center;
    text-decoration: none !important;
  }

  h1 {
    font-size: 30px !important;
    overflow-wrap: break-word;
  }

  h2 {
    font-size: 22px !important;
    overflow-wrap: break-word;
  }

  h3, h4,
  h2.margin, h3.margin, h4.margin {
    margin-left: 0 !important;
    margin-right: 0 !important;
    overflow-wrap: break-word;
  }

  p {
    max-width: 100%;
    overflow-wrap: break-word;
  }
}
