
.wy-side-nav-search { background-color: #b5445b; }
.wy-nav-top { background-color: #666666; }
.wy-menu > .caption > span.caption-text { color: #b5445b; }

.wy-nav-content { max-width: 900px !important; }
.wy-table-responsive table td { white-space: normal !important; }
.wy-table-responsive { overflow: visible !important; }

div.leftside {
    width: 50%;
    padding: 0px 0px 0px 0px;
    float: left;
}

div.rightside {
    padding: 0px 0px 0px 0px;
    margin-left: 50%;
    bottom:0px;
    width:50%;
}

.center1 {
    text-align: center;
}

.left1 {
    text-align: left;
    padding:0px 0px 0px 0px;
    margin-left: 0px;
    width:100%;
    display: flex;
}
.left2 {
    text-align: left;
    padding-left: 5%;
    margin-left: 0px;
    width:100%;
    display: flex;
}
table.center1{
    display: block;
    margin: auto;

}
img.center1{
    display: block;
    margin: auto;
}
p.esp-statement-block {
    font-family: sans-serif;
    font-size: 0.85em;
    line-height: 1.2;
    background-color: #fff9e5;
    border: 1px solid #e2e2e2;
    white-space: pre;
    display: block;
    padding: 10px;
}

table.bounadriestable > * div.highlight {
    font-size: small;
}

.orange {
    color: orange;
}

details.summary {
    padding: 4px;
    width: 200px;
    cursor: pointer;
}

details.p {
    padding: 4px;
    margin: 0;
}

.card, .floatingcard {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    border-radius: 5px;
}

.card > img {
    border-radius: 5px 5px 0 0;
}

.card:hover, .floatingcard:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.floatingcard > img {
    border-radius: 5px;
}

.cards-table > * .col {
    padding: 5px;
}

code.code > button.copybtn {
    display: contents;
}


/* removes black dot markers on toctrees */
div.toctree-wrapper > * ul, div.toctree-wrapper > ul {
    list-style-type: none;
}