/* This file contains custom stylesheet */

/* Sidebar/header background color */
.wy-side-nav-search {
    background-color: #021329 !important;
}

/* Constrain logo height so it doesn't push nav items down */
.wy-side-nav-search > a img {
    max-height: 80px;
    width: auto;
}

/* Remove RTD's default content max-width to use full page width */
.wy-nav-content {
    max-width: none !important;
}

.align-center{
    text-align: center!important;
}
.align-center > figcaption{
    text-align: center!important;
}
p.centered{
    text-align: center!important;
}

.underline {
  text-decoration: underline;
}
span.pre{
    background-color: rgb(204 204 204 / 38%) !important;
    padding: 3px 6px;
    border-radius: 5px;
}
code.download > span.pre{
    background-color: transparent !important;
    padding: 0;
    border-radius: 0;
}
cite{
    background-color: rgb(204 204 204 / 38%) !important;
    padding: 3px 6px;
    border-radius: 5px;
}
