/* custom CSS for MicroPython docs
 */

.admonition-difference-to-cpython {
    border: 1px solid black;
}

.admonition-difference-to-cpython .admonition-title {
    margin: 4px;
}

/*
   this tweak allows reST table rows to be broken up on to multiple lines and avoid horizontal scroll bars:
*/

.wy-table-responsive table td {
    white-space: normal;
}
