﻿table {
  overflow-x: auto;
  white-space: nowrap;
}
table caption{
    width: calc(100% - 9px)!important;
}
table tbody, table thead, table tfoot{
  width: calc(100% - 4px)!important;
}