.year-select-inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.press-inner{
    margin-top: 40px;
    display: flex;
    flex-direction: column;
}

.press-item{   
    border-top: 1px solid #d7d7d7;
    display: flex;
    flex-direction: row;
    padding: 15px 0;
    color: black;
}

.press-item:hover{
    text-decoration: none;
    color: #b8d765!important
}

.press-date{
    width: 16%;
    font-size: 16px;
    font-weight: bold;
}

.press-title{
    width: 84%;
    font-size: 18px;
    line-height: 22px;
}

#PaginationDiv{
    margin-top: 60px;
}

#PaginationDiv ul{
    display: flex;
    flex-direction: row;
}

#PaginationDiv li{
    padding: 5px 20px;
    font-weight: bold;
    cursor: pointer;
}

#PaginationDiv li.active{
    color: #b8d765;
}

#PaginationDiv li:hover{
    color: #b8d765;
}

#PaginationDiv .paginationjs-pages{
    display: flex;
    justify-content: center;
}

.press-details{
    font-size: 16px;
}

.search-tools-inner{
    margin-bottom: 40px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.date-search{
    display: flex;
    flex-direction: row;
    align-items: center;
}

.press-btn{
    border-radius: 5px;
    margin-left: 10px;
    padding: 5px 20px;
    display: flex;
    background-color: #b8d765;
    color: white;
    cursor: pointer;
}

.press-btn:hover{
    background-color: #8da745;
}

.ds-label{
    font-size: 14px;
}

#SearchTitle,
#FromDiv, #ToDiv{
    margin: 0 20px;
}

.press-btn-inner{
    display: flex;
    flex-direction: row;
}

@media screen and (min-width: 1280px) and (max-height: 660px){
    .search-tools-inner{
        align-items: flex-end;
    }
}