/*Horizontally center header and footer*/
.tabulator-print-header, tabulator-print-footer{
    text-align:center;
}

/*Theme the header
#html-table1 .tabulator-header {
    background-color:#00f;
    tabulator-col-title:#00f;
    tabulator-col-title:#00f;
    color:#000;
} */

/* This section colors table headers and needs to be investigated */
#html-table1 .tabulator-col-title {
    background-color:#ddd;
    color:#000;
}
#html-table1 .tabulator-col-title-holder {
    background-color:#ddd;
    color:#000;
}
#html-table1 .tabulator-header {
    background-color:#ddd;
    color:#000;
}
#html-table1 .tabulator-headers {
    background-color:#ddd;
    color:#000;
}

@media print {
  .badge {
    padding: 2px 6px;
    border: 1px solid #000;
  }
}

/* Do not display buttons when printing */
@media print {
  .btn
  {
    display: none;
  }
}

/* Test */
@media print {
  .html-test
  {
    display: none;
  }
}

@media print {
    .notForPrint { display: none; }
    .forPrint { display: block; }
}

body {background-color: #fafafa;}

.btn {background-color: #dddddd; color: #000000; font-weight: bold;}

