/* Custom styles */

/* Table cell text to wrap around */
.wy-table-responsive table td,
.wy-table-responsive table th {
    white-space: inherit;
}

.rst-content table.docutils td,
.rst-content table.docutils th {
    vertical-align: top;
}
