/* Table styles for word wrapping */
.wy-table-responsive table th { white-space: nowrap; }
.wy-table-responsive table td { white-space: normal !important; word-wrap: break-word !important; }
.wy-table-responsive { overflow-x: auto; overflow-y: hidden; max-width: 100%; width: 100%; }
.wy-table-responsive table { width: 100%; max-width: 100%; table-layout: fixed; }