.vwklhtmltables-tables-wrap {
  .vwklhtmltables-table {
    td {
      &.bold {
        font-weight: 700;
      }
      &.italic {
        font-style: italic;
      }
      &.htLeft {
        text-align: left;
      }
      &.htRight {
        text-align: right;
      }
      &.htCenter {
        text-align: center;
      }
      &.htTop {
        vertical-align: top;
      }
      &.htMiddle {
        vertical-align: middle;
      }
      &.htBottom {
        vertical-align: bottom;
      }
    }
  }

  .vwklhtmltables-tables-export {

    ul {
      margin: 0 !important;
      padding: 0 !important;

      li {
        display: inline-block !important;
        margin-left: 10px;

        &:first-child {
          margin-left: 0;
        }
      }
    }
  }
}