/* Custom override to widen main content area in Sphinx HTML output */
.wy-nav-content {
    max-width: 1200px !important;
}

/* Custom styles for Sphinx roles */
.greenbox {
    color: white;
    background-color: #2c9a43;
    font-weight: normal;
    padding: 2px 5px 1px 5px;
    border-radius: 5px;
}
.whitebox {
    color: black;
    background-color: white;
    font-weight: normal;
    padding: 2px 5px 1px 5px;
    border-radius: 5px;
}
.blackbox {
    color: white;
    background-color: black;
    font-weight: normal;
    padding: 2px 5px 1px 5px;
    border-radius: 5px;
}

