html[data-theme=light] {
    --pst-color-primary: #4d454a;
    --pst-color-secondary: #153c48;
    --pst-color-link: #4d454a;
    --pst-color-link-hover: #153c48;
    --pst-color-secondary-highlight: #00819d;
    /* cards when hovering*/
}

html[data-theme=dark] {
    --pst-color-primary: #ffffff;
    --pst-color-secondary: #c1c1c1;
    --pst-color-background: #153c48;
    --pst-color-link: #ffffff;
    --pst-color-link-hover: #c1c1c1;
    --pst-color-secondary-highlight: #ffffff;
    --pst-color-secondary-highlight-text: --pst-color-secondary-text;
    --pst-color-text-base: #ced6dd;
    --pst-color-text-muted: #ced6dd;
    /* cards when hovering*/
    --sd-color-shadow: rgb(105, 130, 138);
    /* shadow between cards*/
}


html {
    --pst-font-family-base: Montserrat, sans-serif, Arial, var(--pst-font-family-base-system);
    --pst-font-family-heading: Montserrat, sans-serif, Arial, var(--pst-font-family-base-system);
}

html[data-theme=dark] .bd-content img:not(.only-dark):not(.dark-light) {
    background: unset;
}

.wy-nav-content {
    max-width: 1200px !important;
}

.bd-main .bd-content .bd-article-container {
    max-width: 100%;
    /* default is 60em */
}

.bd-page-width {
    max-width: 120em;
    /* default is 88rem */
}

/* add horizontal scroll bar to pandas tables */
.output.text_html {
    overflow-x: auto;
}

dl.xr-attrs {
    grid-template-columns: auto auto !important;
}

.wy-table-responsive table td {
    white-space: normal;
}

/* 
code.literal {
    color: #000000 !important;
    background-color: #ffffff !important;
} */

/* Code color highlights */
.highlight .hll {
    background-color: #d6ecaa
}

.sd-card-img-top {
    margin-top: 10px !important;
    height: 140px !important;
    margin-left: auto;
    margin-right: auto;
}