/* table styles only apply to tables with classes 'simple' */

table .table.simple th, table.table.simple td {
    padding: 7px !important;
    border: 1px solid #e6e6e6 !important;
  }
  table td {
    border: 1px solid #ccc !important;
    border-collapse: collapse;
  }
  table {
    width:100% !important;
  }