/* Override table cell wrapping */
.wy-table-responsive table td, .wy-table-responsive table th {
    white-space: normal !important;
}

/* Ensure tables don't overflow their container if possible, or scroll nicely */
.wy-table-responsive {
    overflow: visible !important;
}

table.docutils {
    width: 100%;
    table-layout: auto;
}
