h1 {
  padding: 0px
}

ul {
  list-style-position: outside;
  padding-left: 20px;
}

table {
  margin: 15px 0 0;
}

table,
th,
td {
  border: 1px solid black;
  border-collapse: collapse;
}


th {
  background-color: #CCC1B7;
}

th,
td {
  padding: 5px;
}

tr:nth-child(odd) {
  background-color: #ECE5D9;
}


figure {
  margin: 15px auto 20px;
}

.support {
  overflow: hidden;
  min-width: 1024px;
}

.support .content {
  width: 900px;
  padding: 0px 0 18px;
  margin: 0px auto 50px;
  text-align: left;
}

.support .section {
  margin: 25px auto 0;
}


.support .heading {
  margin: 5px auto 0;
  font-size: 38px;
  line-height: 1.08654;
  font-weight: 200;
  letter-spacing: -0.014em
}

.support .subheading {
  margin: 35px auto 0;
  color: #4D5659;
  /*#989067;       /* Pantone 451 */
  font-size: 28px;
  line-height: 1.08654;
  font-weight: 200;
  letter-spacing: -0.014em
}


.support .sub-subheading {
  margin: 35px auto 0;
  color: #4D5659;
  /*#989067;       /* Pantone 451 */
  font-size: 22px;
  line-height: 1.08654;
  font-weight: 200;
  letter-spacing: -0.014em
}

.support .notice {
  margin: 20px auto 0;
  color: #DC5956;
  font-size: 16px;
  line-height: 1.08654;
  font-weight: 600;
  letter-spacing: -0.014em
}

.support .body {
  margin: 10px auto 0;
  font-size: 18px;
  line-height: 1.35417;
  font-weight: 200;
  letter-spacing: normal
}

.support .edit-note {
  margin: 10px auto 0;
  font-size: 28px;
  line-height: 1.35417;
  font-weight: 400;
  letter-spacing: normal;
  color: red;
}

.support .code-section {
  margin: 10px auto 10px;
}

.support .code {
  margin: 0px auto 0;
  font-size: 16px;
  line-height: 1.35417;
  font-weight: 200;
  letter-spacing: normal;
  color: black;
  font-family: monospace, Courier, Verdana, sans-serif;
}


.support .mark {
  margin: 0px auto 0;
  font-size: 16px;
  line-height: 1.35417;
  font-weight: 600;
  letter-spacing: normal;
  color: black;
  font-family: system-ui, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}


.support .list {
  display: block;
  list-style-type: disc;
  margin: 10px auto 0;
  line-height: 1.19;

  font-size: 16px;
  /* line-height: 1.35417;*/
  font-weight: 200;
  letter-spacing: normal
}


.support .indent1 {
  margin-left: 15px;
}


.support .indent-bullet {
  margin-left: 20px;
  margin-right: 50px;
}


.support .tbl-group {
  font-size: 14px;
  color: black;
  font-weight: 600;
  background-color: #B9C1B2;
}


.art-text-table {
  margin-top: 8px;
  display: table;
}


.text-art {
  display: table-cell;
}


.art-text-cellspace {
  display: table-cell;
  width: 10px;
}

.art-textcell {
  display: table-cell;
  vertical-align: top;
}


.support td.center-align,
.support th.center-align {
  text-align: center;
}