section {
    background-color: #fcfcfc !important;
}

.wy-nav-content {
    background-color: #fcfcfc;
}

.toctree-expand {
    display: none !important;
}

p {
    text-align: justify;
    text-justify: inter-word;
}

blockquote {
    text-align: justify;
    text-justify: inter-word;
    margin: 0px !important; 
    padding: 10px 24px;
    border-left: 5px solid #cccccc;
    background-color: #ebebeb;
    border-radius: 5px;
}

.no-margin-bottom {
    margin-bottom: 5px;
}

li {
    text-align: justify;
    text-justify: inter-word;
    margin-bottom: 10px;
}

ul {
    margin: 0px !important;
}

.nested_list {
    margin-bottom: 0px;
}

.img-center {
    text-align: center;
}

.img-grid-line {
    display: flex;
    width: 100%;
    justify-content: space-around;
    flex-wrap: nowrap
}

.toctree-l1 {
    margin-bottom: 0px;
}

.toctree-l1 .reference {
    padding: .8045em 2em;
    line-height: 22px;
}

.toctree-l2 {
    margin-bottom: 0px;
}

.toctree-l2 .reference {
    padding: .6045em 2.427em !important;
}

.toctree-l3 {
    margin-bottom: 0px;
}

.toctree-l4 {
    margin-bottom: 0px;
}

.toctree-l3 .toctree-l4 .reference {
    padding: .5045em 1.618em .5045em 5.045em !important;
}

.toctree-l3 .reference {
    padding: .5045em 1.618em .5045em 4.045em !important;
}


.toggleCodeContainer pre {
    margin: 0px;
}

.toggleCodeContainer .btn {
    padding: 10px 20px;
    background-color: #343131;
    color: white;
    cursor: pointer;
}

.toggleCodeContainer .toogleButton {
    display: flex;
    justify-content: flex-end
}

.toggleCodeContainer .btn.active {
    background-color: #343131;
    color: #e3e3e3;
}

.toggleCodeContainer .btn:not(.active) {
    background-color: #e3e3e3;
    color: #343131;
}

.language-python {
    font-size: 15px !important;
}

.language-bash {
    font-size: 15px !important;
}

.language-html {
    font-size: 15px !important;
}

.language-javascript {
    font-size: 15px !important;
}