/* Force table cells to wrap text instead of scrolling */
.wy-table-responsive table td, .wy-table-responsive table th {
    white-space: normal !important;
    word-wrap: break-word;
}
