.vgt-wrap.rtl{
  direction: rtl;

  .vgt-table{
    td, th:not(.line-numbers) {
      padding: .75em .75em .75em 1.5em;
    }
    thead th, &.condensed thead th {
      padding-left:  1.5em;
      padding-right:  .75em;
    }
    th.sorting:after,
    th.sorting-asc:after{
      margin-right:  5px;
      margin-left:  0px;
    }
  }
}