.document h2 {
    font-size: 1.25em;
}

.wy-side-nav-search, .wy-nav-top {
    background: rgb(0, 0, 0);
}


section {
    text-align: left;
}

.note .reference,
.note .external,
.reference {
    word-break: break-all;
}

.wy-nav-content {
    max-width: none;
 }

.sphx-glr-thumbcontainer {
    text-align: left;
}

.sphx-glr-thumbnail-title {
    font-size: 0.9em;
    text-align: left;
}

.versionadded, .versionchanged {
    border: 2px solid #28a745;
    background-color: #eaf8f0;
    color: #000000;
    border-radius: 8px;
    padding: 10px 15px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    margin: 10px 0;
}

.versionmodified.added::before, .versionchanged.added::before {
    content: "\f06a";
    color: #000000;
    font-family: 'FontAwesome';
    margin-right: 5px;
}
