/* Add any custom css to apply to the generated docs here, put this file in ./docs/source/_static dir */
.wy-nav-content {
    /* border: 3px solid #2980b9; */
    max-width: 1200px !important;
}
html {
    scrollbar-color: #2980b9 #2b2d2e;
}

/* GitHub code link text appearing as [source] next to definition */
.viewcode-link {
    color: #115b8c !important;
    font-size: 85% !important;
}
/* regular unlinked code literals, pivoted from #0c5280 */
.rst-content code.literal, .rst-content tt.literal {
    color: #115b8c;
    font-size: 85%;
}

/* regular hyperlinked code literals */
.rst-content code.xref, .rst-content tt.xref, a .rst-content code, a .rst-content tt {
    color: #404040;
    font-size: 85%;
}

/* Decreases padding around left-navbar logo right above search bar */
.wy-side-nav-search .wy-dropdown>a, .wy-side-nav-search>a, .wy-side-nav-search img  {
    padding: 0px 0px;
}

.wy-side-nav-search .logo {
    border-radius: 2px !important;
}

/* Font size of Parameter/Returns/Return Type key names */
dt.field-odd, dt.field-even {
    font-size: 12pt;
}

/* Font size of remaining standard text */
p {
    line-height: 22px;
    font-size: 11pt;
}