/* Mobile-friendly: allow the table to scroll instead of clipping */
.masters-table-wrap{
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* Ensure the table can be wider than the viewport when needed */
.masters-table{
  width: 100%;
  min-width: 720px; /* tweak if needed */
  border-collapse: collapse;
}

/* IMPORTANT: override the inline min-width on those links */
.masters-table a{
  min-width: 0 !important;
  display: inline !important;
  white-space: normal;
  overflow-wrap: anywhere;
}
