.wy-nav-content {
    max-width: none;
}

.wy-table-responsive table td, .wy-table-responsive table th {
    white-space: inherit;
}

.rst-content table.table-top-align-cells td,
.rst-content table.table-top-align-cells th {
    vertical-align: top;
    word-break: break-word;
}

.rst-content table.table-wrap-headers th {
    white-space: normal;
    word-break: break-word;
}

.rst-content span.collabel {
    white-space: nowrap;
}

/* Put space between paragraphs in tables by adding a top margin to all but the first paragraph. */
/* This preserves zero margin at the top and bottom of each cell. */
.rst-content .wy-table-responsive table.docutils p ~ p {
    margin-top: 0.8rem;
}
