/* Bulma Utilities */
.agn-table .table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.agn-table .table-responsive table.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
.agn-table .table-responsive table.table td, .agn-table .table-responsive table.table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.agn-table .table-responsive table.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}