  .md-typeset__table {
    /* adjust table settings so software catalog tables all display with equal/full width */
    width: 100%;
    /* You might also need to adjust display property if table is not full width as desired */
    /* display: table; */
  }

  /* To ensure the inner <table> element also takes full width if needed */
  .md-typeset__table table:not([class]) {
    width: 100%;
    display: table;
  }
