.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;
}
.supsystic-tables-wrap .supsystic-tables-export ul {
  margin: 0 !important;
  padding: 0 !important;
}
.supsystic-tables-wrap .supsystic-tables-export ul li {
  display: inline-block !important;
  margin-left: 10px;
}
.supsystic-tables-wrap .supsystic-tables-export ul li:first-child {
  margin-left: 0;
}
