.irlBlockCustomTable table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
  border-collapse: separate;
  border-spacing: 1px;
}

.irlBlockCustomTable table,
.irlBlockCustomTable th,
.irlBlockCustomTable td {
  border: 1px solid;
}