#irisFetcherYearContainer{
    display: flex;
    flex-direction: row;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

#irisFetcherYearContainer > div{
    display:inline-block;
    cursor: pointer;
    height: 100%;
    line-height: 32px;
    text-align: center;
    width: 60px;
    color: #0081C9;
    text-align: left;
}

#irisFetcherYearContainer > div:hover {
    color: #000000;
    text-decoration: none;
}

.wpif_yearContainer.current{
    font-weight: bold;
}

.wpif_typeContainer.current{
    font-weight: bold;
}

.wpif_pubContainer a{
    display: grid;
    grid-template-columns: [left] auto [right] 1fr;
    color: #333333;
}

.wpif_pubContainer{
    padding: 10px;
    border-radius: 5px;
}

.wpif_pubContainer:hover {
    background-color: #dddddd;
}

.wpif_pubTitle{
    font-weight: bold;
}

.wpif_pubDate{
    grid-column-start: right 1;
    text-align: right;
}

.wpif_pageContainer{
    display: flex;
    flex-direction: row;
    justify-content: end;
    margin : 8px 0;
}

.wpif_pageContainer .inactive{
    color: #cccccc;
}

.wpif_pageContainer .active{
    cursor: pointer;
}

.wpif_pageCentral{
    margin: 0 5px;
}

#irisFetcherTypeContainer{
    display: flex;
    flex-direction: row;
}

#irisFetcherTypeContainer > div{
    display:inline-block;
    cursor: pointer;
    height: 100%;
    line-height: 32px;
    text-align: center;
    padding: 10px;
}