/* Dan Cole's naive attempt to update the styling 
.wy-side-nav-search, .wy-nav-top {
    background: #f26724;
}

*/

.wy-side-nav-search {
    background-color: #335d7f;
    background-image: linear-gradient(135deg, #001c25 25%, #335d75 100%) !important;
}

/* Temporary fix for https://github.com/rtfd/sphinx_rtd_theme/issues/417 */

.rst-content .highlight>pre {
    line-height: 18px;
}

.rubric {
    font-size: 125%;
    font-weight: 700;
    font-family: "Roboto Slab","ff-tisa-web-pro","Georgia",Arial,sans-serif;
}

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

/* Fix to address table cells not wrapping */

.wy-table-responsive table td, .wy-table-responsive table th {
    white-space: normal !important;
}

.rst-content dl dt {
    font-weight: 400;
    margin-bottom: 0;
}

.rst-content dl dd {
    margin: 0;
}

.rst-content aside.footnote {
    display: block !important;
}

.fig-border {
    border: 1px solid #000;
}