/* Display tables without horizontal scrollbars, add an extra line between two
   paragraphs, and define the line spacing in tables */
.wy-table-responsive table td, .wy-table-responsive table th {
    white-space: pre-wrap;
    line-height: 10pt;
}

/* Remove the line spacing between bullet lists in a table */
.wy-table-responsive table td ul {
    line-height: 0pt;
    margin-bottom: 0pt;
}

/* Remove the extra lines displayed in a warning block in a table */
.wy-table-responsive table td div.warning {
    line-height: 0pt;
    margin-bottom: 0pt;
}
