/* INDEX PAGE */
.news-item-link {
    display: flex;
    padding: 10px;
    min-height: 20px;
    align-items: center;
    margin-bottom: 1rem;
    color: #222222;
    text-decoration: none;
}

.news-item-link:hover {
    text-decoration: none;
    color: inherit;
    background-color: #ece5dc;
}

.news-item-link .news-information {
    padding: 15px;
}

/* NEWS PAGES */
#news-navigation-bar .tree-link-box{
    display: inline-block;
    margin-bottom: 0.7rem;
}

#news-navigation-bar .publish_date{
    font-style: italic;
}