/* Custom CSS overrides */

/* The following CSS makes table cells wrap text instead of overflowing */
.wy-table-responsive table td,
.wy-table-responsive table th {
    white-space: normal !important;
}

.wy-table-responsive {
    overflow: visible !important;
}