/* give more screen width to the content as by default it is too narrow
   and many tables and boxes are squeezed */
.wy-nav-content {
   max-width: 1100px;
}

/* by default table content is not wrapped and then the tables
   are pretty wide so removing that
 */
.wy-table-responsive table td,
.wy-table-responsive table th {
   white-space: normal;
}

/* readability improvements */
.rst-content code.literal {
   color: black;
}

.rst-content code.xref {
   text-decoration: underline dotted gray;
}