.low-index-containers {
    z-index: 1 !important;
}

.bulletin-docs-year {
    width: 100%;
    min-height: 110px;
    display: flex;
}

.bulletin-docs-year .year {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.bulletin-docs-year .year h1 {
    font-size: 3rem;
    text-align: center;
}

.bulletin-docs-year .months {
    flex: 3 1 0;
    display: flex;
    justify-content: start;
    align-items: center;
    overflow: scroll;
}

.bulletin-docs-year .months .month-link {
    margin: 0 8px 0 8px;
    cursor: pointer;
}

.bulletin-modal-docs {
    margin-left: 20px;
    display: block;
    padding-bottom: 8px;
}

.bulletin-modal-docs a {
    display: block;
    text-decoration: underline;
    color: #212326;
}

.bulletin-modal-docs a:hover {
    color: #08669b;
}

.bulletin-docs-year:nth-of-type(2n+1) {
    background-color: #08669b;
}

.bulletin-docs-year:nth-of-type(2n+1) .year h1 {
    color: white;
}

.bulletin-docs-year:nth-of-type(2n+1) .months a {
    color: white;
}

.bulletin-docs-year:nth-of-type(2n+1) .months a:hover {
    color: #C7D0D8;
}

.bulletin-docs-year:nth-of-type(2n+2) {
    background-color: #bcbcbc;
}

.bulletin-docs-year:nth-of-type(2n+2) .year h1 {
    color: #08669b;
}

.bulletin-docs-year:nth-of-type(2n+2) .months a {
    color: #08669b;
}

.bulletin-docs-year:nth-of-type(2n+2) .months a:hover {
    color: #C7D0D8;
}