.print-width {
  width: 670px !important;
}

.text-small {
  font-size: 0.7em;
}

.print-body {
  padding: 150px 0;
}


.tnc-articles ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}

.tnc-articles li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
}

.tnc-articles > ol > li:before {
  content: "";
}

/* .tnc-articles ol ol{
  padding-left: 0.2rem;
}
 */

.tnc-articles li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;
}
.tnc-articles li li {
  margin: 0;
}
.tnc-articles li li:before {
  content: counters(item, ".") ". ";
}