.table-filters {
  display: flex;
  padding: .1rem 1rem;

  .mat-icon-button {
    position: relative;
    top: 0.25rem;
  }
}

.table-header {
  padding: .25rem 1rem;

  h1, h2, h3, h4, h5, h6 {
    margin-top: 1rem;
    margin-bottom: .2rem;
  }

  .table-filters {
    padding: 0;
  }

}
