/* Styles for rotateTableCellContent plugin*/
table div.rotated {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  writing-mode:bt-rl;
  white-space: nowrap;
}

thead th {
  vertical-align: bottom;
}

table .vertical {
  white-space: nowrap;
    direction: rtl;
}