@import url("theme.css");

.wy-nav-top {
    /* background: #E5FFF3; */
    /* background: #FFF5EB; */
    /* background: white; */
    background: #002248;
    /* background: pink; */
    /* background: #002248; */
}

.wy-side-nav-search {
    /* background-color: #e9e9e9; */
    /* background-color: #f3f6fa; */
    background-color: #002248;
    /* border-bottom: 1px solid #e2e8f0; */
}

/* .wy-nav-content-wrap {
    background: #fdfdfd !important;
} */
.wy-nav-content {
    max-width: 1000px;
    /* margin: 0 auto; */
    /* background: #f5f9ff !important; */
    background: #fdfdfd !important;
}
/* .rst-content hr {
    border: none;
    border-top: 1px solid #e1e4e5;

    position: relative;
    left: 50%;
    width: 100vw;
    transform: translateX(-50%);
} */

.wy-nav-content a {
    /* orange */
    /* color: #ba6300 !important; */
     /* color: #D55A0D !important; */
    /* blue */
    /* color: #2c5aa0 !important;
    color: #3A67A8 !important; */
    /* color: #0057d9 !important; */
    /* color: #1a73e8 !important; */
    /* color: #0A2342 !important; */
    color: #0277bd !important;
    /* color: red !important; */
}

.wy-nav-content a:hover {
    /* orange */
    /* color: #eb8100 !important; */
    /* color: #A84208 !important; */
    /* blue */
    /* color: #3b82f6 !important; */
    /* color: #003eb3 !important; */
    /* color: #1E4A7B !important; */
    color: #01579b !important;
}

figure {
    margin-left: 0;
    margin-right: 0;
    text-align: center;
}

.container {
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
    text-align: center;
}

.container .figure {
    width: 50%;
}

.csv-stats-table td,
.csv-stats-table th {
    text-align: left !important;
}
