.wy-nav-content {
    max-width: 100%;
}

.wy-nav-content table tr td {
    word-wrap: break-word;
    table-layout: fixed;
    white-space: normal;
}

.wy-nav-content table tr td .highlight pre {
    word-wrap: break-word;
    table-layout: fixed;
    white-space: normal;
}

.rst-content {
    max-width: 75%;
}

.rst-footer-buttons a.float-right {
    float: left !important;
    margin-left: 0.5em;
}

/* Ensure properties do not show more than one/line as in api_references/hq/models/Account.html */
.writer-html5 .wy-body-for-nav .wy-grid-for-nav .wy-nav-content-wrap .wy-nav-content .rst-content .document .py.class .py.property {
    display: block;
}
