/* Force auto-layout for tables generated from doc comments using MrDocs */

/* Target the sectionbody immediately following the #_description header */
#_description + .sectionbody table.tableblock {
    table-layout: auto !important;
}

/* Defeat the hardcoded inline widths on the columns within that specific table */
#_description + .sectionbody table.tableblock col {
    width: auto !important;
}