/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.tab-table .data {
  display: none;
}

.tabulator .tabulator-header,
.tabulator .tabulator-footer{
  background-color: var(--accent);
  color: var(--base);
  border-style: solid;
  border-width: 1px;
  border-color: var(--contrast-3);
  text-align: left;
  padding: 0.75em 0.5em;
}
