/* Same column widths across tabs */
.md-typeset table.engine-table{
  table-layout: fixed;
  width: 100%;
}

.md-typeset table.engine-table th,
.md-typeset table.engine-table td{
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
}

/* Column widths: Engine / Alpha / Numeric */
.md-typeset table.engine-table th:nth-child(1),
.md-typeset table.engine-table td:nth-child(1){ width: 18%; }

.md-typeset table.engine-table th:nth-child(2),
.md-typeset table.engine-table td:nth-child(2){ width: 57%; }

.md-typeset table.engine-table th:nth-child(3),
.md-typeset table.engine-table td:nth-child(3){ width: 25%; }
