.supsystic-tables-wrap .supsystic-table td.bold {
  font-weight: 700;
}
.supsystic-tables-wrap .supsystic-table td.italic {
  font-style: italic;
}
.supsystic-tables-wrap .supsystic-table td.htLeft {
  text-align: left;
}
.supsystic-tables-wrap .supsystic-table td.htRight {
  text-align: right;
}
.supsystic-tables-wrap .supsystic-table td.htCenter {
  text-align: center;
}
.supsystic-tables-wrap .supsystic-table td.htTop {
  vertical-align: top;
}
.supsystic-tables-wrap .supsystic-table td.htMiddle {
  vertical-align: middle;
}
.supsystic-tables-wrap .supsystic-table td.htBottom {
  vertical-align: bottom;
}
