/* Custom CSS for KSML Documentation */

/* Make tables use full width by targeting the wrapper containers */

/*.md-typeset__table {*/
/*  width: 100%;*/
/*}*/

/* Column width definitions */
.md-typeset table th:first-of-type,
.md-typeset table td:first-of-type {
  min-width: 190px;
}