  /* Style Tabulator */
   
    .tabulator {
      background-color: #f8f3e2 !important;
  }

  .tabulator-row {
      background-color: #f8f3e2 !important;
  }

  .tabulator-header {
      background-color: #2d1155 !important;
      color: #ffcc00;
  }
  .tabulator-col {
      background-color: #2d1155 !important;
      color: #ffcc00;
  }

  /* Footer Settings */
  .tabulator-footer {
    background-color: #2d1155 !important;
    color: #ffcc00;
  }

  .tabulator-paginator {
  }

 .tabulator-pages	{
  
 }

 .tabulator-page {
  color: #ffcc00;
 }