/* CDN/caching best practices uses this class to adjust the width of table 
to text. The class can be called as follows:
.. table::
    :class: tight-table
    .. YOUR_TABLE HERE
 */
.tight-table td {
    white-space: normal !important;
}