[id] {
  scroll-margin-top: 70px;
  scroll-behavior: instant;
}   

.helpcontent {
  padding: 0 30px 100px;
  max-width: 1200px;
  margin: 0 auto;
}
  .helpcontent h1 {
    color: #f5b027;
    text-align: center;
    font-size: 2.7em;
    font-weight: bold;
    margin: 30px 0 50px;
  }
  .helpcontent h2 {
    color: #f5b027;
    font-size: 1.8em;
    font-weight: bold;
    margin: 30px 0 20px;
  }
  .helpcontent h3,
  .helpcontent .titleN3 {
    color: inherit;
    font-size: 1.5em;
    font-weight: bold;
    margin: 20px;
  }
  .helpcontent h4 {
    font-weight: 700;
    margin-left: 40px;
  }
  .helpcontent p,
  .helpcontent address,
  .helpcontent form,
  .helpcontent dl {
    font-size: 1em;
    line-height: 1.5em;
    margin: 0 20px 10px 20px;
    text-align: justify;
  }
    .helpcontent dt,
    .helpcontent dd {
      margin-bottom: 10px;
    }
  .helpcontent ul {
    margin-bottom: 10px;
  }
    .helpcontent li {
      font-size: 1em;
      line-height: 1.5em;
      margin: 0 20px 10px;
    }
      .helpcontent li p {
        margin: 0 20px 10px 0;
      }
      .helpcontent li li {
        margin: 0 20px 10px 0;
      }
      .helpcontent dd li {
        margin-left: 0;
      }
  .helpcontent strong {
    font-weight: 700;
  }
  .helpcontent a {
    color: #333;
    text-decoration: underline;
  }
  .helpcontent a.btn {
    color: #fff;
    text-decoration: none;
  }
  .helpcontent hr {
    border-color: #333;
    border-style: dotted;
    margin: 30px 0;
  }
  .helpcontent table {
    margin: 20px;
    border-left: 1px solid black;
    border-top: 1px solid black;
  }
    .helpcontent table td {
      border-right: 1px solid black;
      border-bottom: 1px solid black;
      font-size: 1em;
      padding: 5px;
    }
  .helpcontent .pageSubtitle {
    text-align: center;
    font-size: 1.3em;
    font-weight: 700;
    margin-top: -1em;
  }
  .helpcontent .menuAncres {
    padding: 0;
    margin-bottom: 50px;
  }
    .helpcontent .menuAncres a {
      color: #f5b027;
      font-weight: bold;
    }
    .helpcontent .menuAncres a:hover {
      text-decoration: none;
    }
@media (max-width: 650px) {
  .helpcontent {
    padding: 0 10px 50px;
    }
    .helpcontent h1 {
      font-size: 1.8em;
    }
    .helpcontent h2 {
      font-size: 1.2em;
    }
    .helpcontent h3,
    .helpcontent .titleN3 {
      font-size: 1em;
      margin: 20px 10px;
    }
    .helpcontent p,
    .helpcontent address,
    .helpcontent dl {
      font-size: 0.8em;
      margin: 0 10px 10px;
    }
    .helpcontent table {
      margin: 10px;
    }
      .helpcontent table td {
        font-size: 0.7em;
      }
    .helpcontent li {
      font-size: 0.8em;
      margin: 0 10px 10px 30px;
    }
      .helpcontent li p {
        font-size: 1em;
      }
      .helpcontent li li {
        font-size: 1em;
        margin: 0 10px 10px 30px;
      }
}    